mirror of
https://github.com/minio/minio.git
synced 2024-12-26 23:25:54 -05:00
6186d11761
- 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. |
||
---|---|---|
.. | ||
lifecycle | ||
notifications | ||
quota | ||
replication | ||
retention | ||
versioning |