Skip to content

Commit

Permalink
Merge pull request #198 from uktrade/feat/expire-old-delete-markers
Browse files Browse the repository at this point in the history
perf: delete expired object delete markers on notebooks bucket
  • Loading branch information
michalc authored Dec 20, 2024
2 parents 0766664 + bcafdbb commit cf15b6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/s3_notebooks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ resource "aws_s3_bucket" "notebooks" {
noncurrent_version_expiration {
days = 365
}
expiration {
expired_object_delete_marker = true
}
abort_incomplete_multipart_upload_days = 7
}

Expand Down

0 comments on commit cf15b6f

Please sign in to comment.