From f7ae3be58651121e9c1ebd110d2d42ff87242d2d Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Wed, 20 Sep 2017 09:48:48 -0700 Subject: [PATCH] Removing 100MB part and 1TB limitation (#4939) With https://github.com/minio/minio/pull/4869 maximum size of a single multipart upload part in not restricted to 100MB. 1TB maximum object size limitation is no longer applicable too. --- docs/gateway/azure-limitations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/gateway/azure-limitations.md b/docs/gateway/azure-limitations.md index 7108bafa3..fb1d15629 100644 --- a/docs/gateway/azure-limitations.md +++ b/docs/gateway/azure-limitations.md @@ -2,8 +2,6 @@ Gateway inherits the following Azure limitations: -- Maximum Multipart part size is 100MB. -- Maximum Multipart object size is 10000*100 MB = 1TB - No support for prefix based bucket policies. Only top level bucket policy is supported. - Gateway restart implies all the ongoing multipart uploads must be restarted. i.e clients must again start with NewMultipartUpload