mirror of https://github.com/minio/minio.git
b8b44c879f
NoncurrentVersionExpiry can remove single delete markers according to S3 spec: ``` The NoncurrentVersionExpiration action in the same Lifecycle configuration removes noncurrent objects 30 days after they become noncurrent. Thus, in this example, all object versions are permanently removed 90 days after object creation. You will have expired object delete markers, but Amazon S3 detects and removes the expired object delete markers for you. ``` |
||
---|---|---|
.. | ||
action_string.go | ||
and.go | ||
error.go | ||
expiration.go | ||
expiration_test.go | ||
filter.go | ||
filter_test.go | ||
lifecycle.go | ||
lifecycle_test.go | ||
noncurrentversion.go | ||
prefix.go | ||
rule.go | ||
rule_test.go | ||
tag.go | ||
transition.go |