Skip to content
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): Update S3 inventory config to allow bucket destination encryption config to be set #32118

Open
1 of 2 tasks
Aaron-K-T-Berry opened this issue Nov 14, 2024 · 1 comment
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

Comments

@Aaron-K-T-Berry
Copy link

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.166.0

Environment details (OS name and version, etc.)

MacOs Sanoma 14.7.1

@Aaron-K-T-Berry Aaron-K-T-Berry added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 14, 2024
@github-actions github-actions bot added the @aws-cdk/aws-s3 Related to Amazon S3 label Nov 14, 2024
@khushail khushail added the investigating This issue is being investigated and/or work is in progress to resolve the issue. label Nov 14, 2024
@khushail khushail self-assigned this Nov 14, 2024
@khushail khushail added p2 and removed needs-triage This issue or PR still needs to be triaged. labels Nov 14, 2024
@khushail
Copy link
Contributor

Hi @Aaron-K-T-Berry , thanks for reaching out. It would be helpful to have bucket encryption config set.

Thanks for volunteering for PR Contribution. Looking forward to it.

@khushail khushail added effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Nov 18, 2024
@khushail khushail removed their assignment Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants