Created
March 14, 2015 06:33
-
-
Save trevorrowe/e03c727941728320f15b to your computer and use it in GitHub Desktop.
Configuring an Amazon S3 Encryption Client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client = Aws::S3::Client.new(credentials: Aws::Credentials.new('akid', 'secret')) | |
encryption_client = Aws::S3::Encryption::Client.new(client: client) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment