storage
storage copied to clipboard
Add support for specifying a KMS key for S3 storage.
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.
https://github.com/chartmuseum/storage/blob/ddb22a81690c66cec43527275f129a86185f91c9/amazon.go#L144