Skip to content

Commit

Permalink
fix databucket noncurrent expiration rule
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed May 5, 2024
1 parent ae8cafe commit 79e7f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cdk/lib/stacks/data-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export class DataStack extends cdk.Stack {
abortIncompleteMultipartUploadAfter: Duration.days(1),
},
{
enabled: false,
enabled: true,
noncurrentVersionExpiration: Duration.days(1),
noncurrentVersionsToRetain: 2,
},
],
Expand Down

0 comments on commit 79e7f61

Please sign in to comment.