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.
This commit is contained in:
Krishnan Parthasarathi 2017-09-20 09:48:48 -07:00 committed by Harshavardhana
parent 70fec0a53f
commit f7ae3be586

View file

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