aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 56 forks source link

AWS::S3::Bucket - support EmptyOnDelete #1783

Open rittneje opened 1 year ago

rittneje commented 1 year ago

Name of the resource

AWS::S3::Bucket

Resource name

No response

Description

Add support for forcibly deleting all the objects in an S3 bucket during deletion. This is analogous to the feature that was just added for AWS::ECR::Repository in #515.

Other Details

No response

r-heimann commented 1 year ago

The S3 API doesn't seem to support this: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/delete-bucket.html

But i also think that this would be a great addition to AWS::S3::Bucket