mirror of
https://github.com/minio/minio.git
synced 2025-01-12 15:33:22 -05:00
Remove "List Object Parts" from Azure limitations (#6427)
Since https://github.com/minio/minio/pull/5198 has been implemented, this is not a limitation anymore.
This commit is contained in:
parent
9e5c4df106
commit
8b0cc376f4
@ -42,7 +42,7 @@ Gateway inherits the following Azure limitations:
|
||||
- Only read-only bucket policy supported at bucket level, all other variations will return API Notimplemented error.
|
||||
- Bucket names with "." in the bucket name are not supported.
|
||||
- Non-empty buckets get removed on a DeleteBucket() call.
|
||||
- _List Multipart Uploads_ and _List Object parts_ always returns empty list. i.e Client will need to remember all the parts that it has uploaded and use it for _Complete Multipart Upload_
|
||||
- _List Multipart Uploads_ always returns empty list.
|
||||
|
||||
Other limitations:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user