aws_s3: Implement requester pays #31031
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.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
Describe the feature
Enable S3 requester pays
Enabling s3 requester pays as a property of BucketProperty would help customers managing the state of their payment options directly from code.
Use Case
As of now, I could not find a way to declaratively set this option on a bucket.
Proposed Solution
there's no CloudFormation equivalent option on AWS::S3::Bucket, so this may not be an easy fix. Here's a link to the docs where they show how to implement this via an HTTP request.
Potentially this could be implemented as a custom resource depending on the bucket
Other Information
No response
Acknowledgements
CDK version used
2.151.0
Environment details (OS name and version, etc.)
mac os
The text was updated successfully, but these errors were encountered: