-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(s3): support S3 bucket keys #11828
Comments
@hoegertn Can you please elaborate exactly what you'd like to configure? ideally with a theoretical API? We already have support for passing an encryption key and the encryption type: aws-cdk/packages/@aws-cdk/aws-s3/lib/bucket.ts Line 1001 in 968df97
aws-cdk/packages/@aws-cdk/aws-s3/lib/bucket.ts Line 1013 in 968df97
Are you referring to the |
Exactly, this is meant as a tracking ticket for the newly released BucketEnabledKEy field to enable bucket-level keys for S3 |
|
Add property to S3 Bucket to configure bucket-level keys.
https://docs.aws.amazon.com/AmazonS3/latest/dev/configuring-bucket-key.html#enable-bucket-key-cloudformation
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: