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.
master
Janko Marohnić 6 years ago committed by kannappanr
parent 9e5c4df106
commit 8b0cc376f4
  1. 2
      docs/gateway/azure.md

@ -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…
Cancel
Save