aws-s3-deployment resource does not properly support customer algorithm encryption #6080
Closed
2 tasks
Labels
@aws-cdk/aws-s3
Related to Amazon S3
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p1
Reading https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html#sse-c-how-to-programmatically-intro
If you are using SSE-C, you need to specify the following metadata fields in the s3 upload:
Use Case
Customers who wish to do an S3 deployment with their own aes_256 key.
Proposed Solution
The following fields need to be populated when calling s3:
x-amz-server-side-encryption-customer-key
x-amz-server-side-encryption-customer-key-MD5
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: