Skip to content

Commit

Permalink
Reduce default artifacts in bucket to 31 days.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed May 18, 2024
1 parent 89929a6 commit 20fd4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/BucketManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ class BucketManager {
Bucket: bucket,
LifecycleConfiguration: {
Rules: [{
ID: 'AutoDeleteOldArtifacts',
ID: 'AwsArchitect-AutoDeleteOldArtifacts',
Expiration: {
Days: 365
Days: 31
},
Prefix: '',
NoncurrentVersionExpiration: {
Expand Down

0 comments on commit 20fd4b9

Please sign in to comment.