minio/internal/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
..
bandwidth run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
encryption allow S3 gateway to support object locked buckets (#13257) 2021-09-21 09:02:15 -07:00
lifecycle feat: decommission feature for pools (#14012) 2022-01-10 09:07:49 -08:00
object/lock run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
replication fetch bucket retention config once for ILM evalAction (#14727) 2022-04-11 13:25:32 -07:00
versioning fix: multiple fixes in prefix exclude implementation (#14877) 2022-05-07 22:06:44 -07:00