mirror of
https://github.com/minio/minio.git
synced 2024-12-23 21:55:53 -05:00
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:
parent
70fec0a53f
commit
f7ae3be586
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user