Skip to content

Commit 9f9d856

Browse files
authored
chore(s3): Further increase lifecycling (#930)
1 parent 44b36a3 commit 9f9d856

File tree

1 file changed

+1
-1
lines changed
  • terraform/modules/storage/s3-private

1 file changed

+1
-1
lines changed

terraform/modules/storage/s3-private/bucket.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "lifecycle" {
5858
prefix = "${rule.value}/"
5959
}
6060
expiration {
61-
days = 31
61+
days = 40
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)