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

feat(bootstrap): add lifecycle rule to abort multipart uploads after 7 days #31956

Merged
merged 7 commits into from
Oct 31, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ Resources:
Status: Enabled
NoncurrentVersionExpiration:
NoncurrentDays: 30
sumupitchayan marked this conversation as resolved.
Show resolved Hide resolved
- Id: AbortIncompleteMultipartUploads
Status: Enabled
AbortIncompleteMultipartUpload:
DaysAfterInitiation: 1
UpdateReplacePolicy: Retain
DeletionPolicy: Retain
StagingBucketPolicy:
Expand Down Expand Up @@ -653,7 +657,7 @@ Resources:
Type: String
Name:
Fn::Sub: '/cdk-bootstrap/${Qualifier}/version'
Value: '24'
Value: '25'
Outputs:
BucketName:
Description: The name of the S3 bucket owned by the CDK toolkit stack
Expand Down
Loading