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:
Janko Marohnić 2018-09-07 02:19:51 +02:00 committed by kannappanr
parent 9e5c4df106
commit 8b0cc376f4

View File

@ -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: