Skip to content

Commit

Permalink
feat: ✨ Updated lifecycle rule to abort failed multipart upload for s…
Browse files Browse the repository at this point in the history
…3 assets bucket rolled out with cdk bootstrap
  • Loading branch information
Nikhil Zadoo authored and nikhil-zadoo committed Feb 13, 2024
1 parent e890e89 commit de1e2d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ Resources:
Status: Enabled
NoncurrentVersionExpiration:
NoncurrentDays: 365
- Status: Enabled
AbortIncompleteMultipartUpload:
DaysAfterInitiation: 7
UpdateReplacePolicy: Retain
DeletionPolicy: Retain
StagingBucketPolicy:
Expand Down

0 comments on commit de1e2d6

Please sign in to comment.