Skip to content

Instantly share code, notes, and snippets.

@trevorrowe
Created March 14, 2015 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevorrowe/e03c727941728320f15b to your computer and use it in GitHub Desktop.
Save trevorrowe/e03c727941728320f15b to your computer and use it in GitHub Desktop.
Configuring an Amazon S3 Encryption Client
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