Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrodjpl committed Oct 31, 2024
1 parent de9fe49 commit 6c05348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/aws/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func CreateBucket(s3client S3BucketAPI, conf *appconfig.AppConfig) {

// Set bucket lifecycle length
log.Printf("Setting lifecycle length on bucket: %s", bucket)
berr = SetBucketLifecycleLength(s3client, conf, bucket, bucketLifecycleInDays)
berr = SetBucketHealthCheckLifecycleLength(s3client, conf, bucket, bucketLifecycleInDays)

if berr != nil {
log.Errorf("Error setting lifecycle length on bucket: %v", berr)
Expand Down

0 comments on commit 6c05348

Please sign in to comment.