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

Adds server-side encryption to s3 puts #8

Merged
merged 5 commits into from Nov 22, 2017

Conversation

lydiaauch
Copy link

http://boto.cloudhackers.com/en/latest/ref/s3.html

Optionally adds encrypt_key to set_content_from_string(). This is required for writing to s3 buckets/keys that are protected with encryption at rest.

@lydiaauch
Copy link
Author

I'm unsure how to test this in your environment because you have to enable server-side encryption on the bucket/key. However, we have successfully tested it on our production systems. Thanks for your helpful package!

@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 98.529% when pulling 5feb6ba on lydiaauch:dev_sse into d1a7031 on robgolding:master.

@coveralls
Copy link

coveralls commented Nov 21, 2017

Coverage Status

Coverage increased (+0.07%) to 98.529% when pulling 60a0e54 on lydiaauch:dev_sse into d1a7031 on robgolding:master.

@robgolding
Copy link
Owner

Thank you @lydiaauch! This looks fantastic 😄

Merging now. I'll bump the version and release shortly.

@robgolding robgolding merged commit 2ac608c into robgolding:master Nov 22, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants