minio/docs/bucket
Harshavardhana 5cffd3780a
fix: multiple fixes in prefix exclude implementation (#14877)
- do not need to restrict prefix exclusions that do not
  have `/` as suffix, relax this requirement as spark may
  have staging folders with other autogenerated characters
  , so we are better off doing full prefix March and skip. 

- multiple delete objects was incorrectly creating a
  null delete marker on a versioned bucket instead of
  creating a proper versioned delete marker.

- do not suspend paths on the excluded prefixes during
  delete operations to avoid creating `null` delete markers,
  honor suspension of versioning only at bucket level for
  delete markers.
2022-05-07 22:06:44 -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: implement prefix-level versioning exclusion (#14828) 2022-05-06 19:05:28 -07:00
retention cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
versioning fix: multiple fixes in prefix exclude implementation (#14877) 2022-05-07 22:06:44 -07:00