minio/docs/bucket
Harshavardhana d350b666ff
feat: add idempotent delete marker support (#15521)
The bottom line is delete markers are a nuisance,
most applications are not version aware and this
has simply complicated the version management.

AWS S3 gave an unnecessary complication overhead
for customers, they need to now manage these
markers by applying ILM settings and clean
them up on a regular basis.

To make matters worse all these delete markers
get replicated as well in a replicated setup,
requiring two ILM settings on each site.

This PR is an attempt to address this inferior
implementation by deviating MinIO towards an
idempotent delete marker implementation i.e
MinIO will never create any more than single
consecutive delete markers.

This significantly reduces operational overhead
by making versioning more useful for real data.

This is an S3 spec deviation for pragmatic reasons.
2022-08-18 16:41:59 -07:00
..
lifecycle cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
notifications rename true/false to on/off in bucket notification docs 2022-04-27 23:51:31 -07:00
quota cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
replication feat: add idempotent delete marker support (#15521) 2022-08-18 16:41:59 -07:00
retention update object-locking docs and word them appropriately 2022-07-29 12:40:48 -07:00
versioning Add decommission compression+encryption enabled tests (#15322) 2022-07-17 08:43:14 -07:00