We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now S3 bucket encryption with KMS is limited to using the default key. Can the option for specifying a KMS key be exposed?
I believe this would require adding an option to specify s3manager.UploadInput.SSEKMSKeyId and making it available for configuration.
s3manager.UploadInput.SSEKMSKeyId
storage/amazon.go
Line 144 in ddb22a8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now S3 bucket encryption with KMS is limited to using the default key. Can the option for specifying a KMS key be exposed?
I believe this would require adding an option to specify
s3manager.UploadInput.SSEKMSKeyId
and making it available for configuration.storage/amazon.go
Line 144 in ddb22a8
The text was updated successfully, but these errors were encountered: