Added a comment: Multipart S3 support files > 5 GB

This commit is contained in:
http://svario.it/gioele 2014-08-04 06:00:45 +00:00 committed by admin
parent 9f3845669f
commit f12a00f159

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://svario.it/gioele"
nickname="gioele"
subject="Multipart S3 support files > 5 GB"
date="2014-08-04T06:00:45Z"
content="""
The [multipart guide](http://docs.aws.amazon.com/AmazonS3/latest/dev/UploadingObjects.html) says that the limit is 5 TB per file.
> **Upload objects in parts—Using the Multipart upload API you can upload large objects, up to 5 TB.**
> The Multipart Upload API is designed to improve the upload experience for larger objects. You can upload objects in parts. These object parts can be uploaded independently, in any order, and in parallel. You can use a Multipart Upload for objects from 5 MB to 5 TB in size. For more information, see Uploading Objects Using Multipart Upload. For more information, see Uploading Objects Using Multipart Upload API.
"""]]