From 8b0cc376f432619af3e6656447e3097d58fc1484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Fri, 7 Sep 2018 02:19:51 +0200 Subject: [PATCH] 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. --- docs/gateway/azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gateway/azure.md b/docs/gateway/azure.md index a9e9afb27..c6b3451d3 100644 --- a/docs/gateway/azure.md +++ b/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: