Skip to content

Commit

Permalink
[v14] fix EAS bootstrap script (#48179)
Browse files Browse the repository at this point in the history
Backport #37068 to branch/v14
  • Loading branch information
nklaassen authored Oct 30, 2024
1 parent 039d7a3 commit 53b8ba8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/integrations/externalauditstorage/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ func createTransientBucket(ctx context.Context, clt BootstrapS3Client, bucketNam
Status: s3types.ExpirationStatusEnabled,
ID: aws.String("ExpireNonCurrentVersionsAndDeleteMarkers"),
NoncurrentVersionExpiration: &s3types.NoncurrentVersionExpiration{
NewerNoncurrentVersions: aws.Int32(0),
NoncurrentDays: aws.Int32(1),
NoncurrentDays: aws.Int32(1),
},
AbortIncompleteMultipartUpload: &s3types.AbortIncompleteMultipartUpload{
DaysAfterInitiation: aws.Int32(7),
Expand Down

0 comments on commit 53b8ba8

Please sign in to comment.