Skip to content

Commit

Permalink
Update expiration time to reflect requirements section
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
  • Loading branch information
mvandenburgh and yarikoptic authored Sep 7, 2023
1 parent f53cc75 commit 713c2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/design/s3-trailing-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ In addition, we can place an S3 Lifecycle policy on the bucket that automaticall
id = "ExpireOldDeleteMarkers"
filter {}
# Expire objects with delete markers after 1 day
# Expire objects with delete markers after 30 days
noncurrent_version_expiration {
noncurrent_days = 1
noncurrent_days = 30
}
# Also delete any delete markers associated with the expired object
Expand Down

0 comments on commit 713c2e0

Please sign in to comment.