Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for client side decryption for aws_s3_file #168

Open
grosendorf opened this issue Aug 18, 2015 · 1 comment
Open

Support for client side decryption for aws_s3_file #168

grosendorf opened this issue Aug 18, 2015 · 1 comment

Comments

@grosendorf
Copy link

It would be great to be able to pass in an encryption_key parameter to an aws_s3_file resource to retrieve encrypted files. The AWS Ruby SDK has great support for client side encryption/decryption of S3 objects (http://docs.aws.amazon.com/sdkforruby/api/Aws/S3/Encryption/Client.html). Unfortunately, because of the way that aws_s3_file creates files (inline remote_file with a presigned url as the source), it can't support using Aws::S3::Encryption::Client. So, since this will require a pretty serious rewrite, I wanted to see if there was community support for the idea before proceeding. Thoughts?

@ckelner
Copy link

ckelner commented Aug 18, 2015

👍

@tas50 tas50 changed the title Feature request/idea - Support for client side decryption for aws_s3_file Support for client side decryption for aws_s3_file Jan 19, 2016
@tas50 tas50 removed s3 labels Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants