minio/docs/bucket
Harshavardhana 6186d11761
handle the locks properly for multi-pool callers (#20495)
- PutObjectMetadata()
- PutObjectTags()
- DeleteObjectTags()
- TransitionObject()
- RestoreTransitionObject()

Also improve the behavior of multipart code across
pool locks, hold locks only once per upload ID for

- CompleteMultipartUpload()
- AbortMultipartUpload()
- ListObjectParts() (read-lock)
- GetMultipartInfo() (read-lock)
- PutObjectPart() (read-lock)

This avoids lock attempts across pools for no
reason, this increases O(n) when there are n-pools.
2024-09-29 15:40:36 -07:00
..
lifecycle Fix documentation for removal of delete markers ILM rule (#20056) 2024-07-08 18:45:38 -07:00
notifications add codespell action (#18818) 2024-01-17 23:03:17 -08:00
quota remove gateway completely (#15929) 2022-10-24 17:44:15 -07:00
replication handle the locks properly for multi-pool callers (#20495) 2024-09-29 15:40:36 -07:00
retention Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
versioning make sure listParts returns parts that are valid (#20390) 2024-09-06 02:42:21 -07:00