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

Add KMS Encryption support to S3Boto3Storage #457

Closed
wants to merge 1 commit into from

Conversation

linuxlewis
Copy link
Contributor

This PR makes a backwards compatible change to add support for the other s3 encryption type using kms encryption key ids.

@jleclanche
Copy link
Contributor

Can you add tests for this please?

@sww314 sww314 added the s3boto label Jul 11, 2018
@vCra vCra mentioned this pull request Aug 22, 2018
@mbarrien
Copy link
Contributor

Just FYI, you can do KMS even without this PR by using the AWS_S3_OBJECT_PARAMETERS setting, as described in #111 (comment)

@jschneier
Copy link
Owner

Given the comment from @mbarrien sounds like we can deprecate some of the parameter settings and tell people to use AWS_S3_OBJECT_PARAMETERS.

@jschneier
Copy link
Owner

Rather than special casing everything I am reducing it all to just using AWS_S3_OBJECT_PARAMETERS. Furthermore I am adding a dedicated override point so that you can craft the value based on the uploaded object.

@jschneier jschneier closed this Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants