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 Bucket - bucketKeyEnabled #1154

Closed
piotrek660 opened this issue Feb 18, 2022 · 0 comments · Fixed by #1158
Closed

S3 Bucket - bucketKeyEnabled #1154

piotrek660 opened this issue Feb 18, 2022 · 0 comments · Fixed by #1158
Labels
enhancement New feature or request

Comments

@piotrek660
Copy link

What problem are you facing?

Currently (v.0.24.1) , the serverSideEncryptionConfiguration don't support bucket keys like described here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html

This feature is for cost reduction of KMS Requests, without it 1 Mio. objetcs will send 1 Mio. requests to KMS instead of 1.

current config:
https://doc.crds.dev/github.com/crossplane/provider-aws/s3.aws.crossplane.io/Bucket/v1beta1@v0.24.1#spec-forProvider-serverSideEncryptionConfiguration-rules

How could Crossplane help solve your problem?

It would be awsome to add bucketKeyEnabled like in jet-aws:

https://doc.crds.dev/github.com/crossplane-contrib/provider-jet-aws/s3.aws.jet.crossplane.io/Bucket/v1alpha2@v0.4.0-preview#spec-forProvider-serverSideEncryptionConfiguration-rule

this one:
https://doc.crds.dev/github.com/crossplane-contrib/provider-jet-aws/s3.aws.jet.crossplane.io/Bucket/v1alpha2@v0.4.0-preview#spec-forProvider-serverSideEncryptionConfiguration-rule-bucketKeyEnabled

@piotrek660 piotrek660 added the enhancement New feature or request label Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant