(s3): Update S3 inventory config to allow bucket destination encryption config to be set #32118
Open
1 of 2 tasks
Labels
@aws-cdk/aws-s3
Related to Amazon S3
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Allow for S3 bucket inventory configuration encryption to be configured.
Use Case
Currently it is not possible to use CDK to deploy a bucket inventory config that has encryption settings for the destination bucket for the S3 inventories. This leads to cases when using an s3 inventory destination bucket which uses S3-SSE you cannot configure a working S3 inventory configuration using CDK leading to an unpleasant developer experience requiring either manual changes or a CR to make the modification via an S3 SDK call.
Proposed Solution
Ideally it would be great to be able to set the following configuration within CDK:
https://docs.aws.amazon.com/AmazonS3/latest/API/API_InventoryEncryption.html
Other Information
No response
Acknowledgements
CDK version used
2.166.0
Environment details (OS name and version, etc.)
MacOs Sanoma 14.7.1
The text was updated successfully, but these errors were encountered: