diff options
Diffstat (limited to 'doc/bugs/S3_upload_not_using_multipart')
-rw-r--r-- | doc/bugs/S3_upload_not_using_multipart/comment_7_f620888512cd78628f82ec9e5eed4ad1._comment | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/S3_upload_not_using_multipart/comment_7_f620888512cd78628f82ec9e5eed4ad1._comment b/doc/bugs/S3_upload_not_using_multipart/comment_7_f620888512cd78628f82ec9e5eed4ad1._comment new file mode 100644 index 000000000..ec47aa2be --- /dev/null +++ b/doc/bugs/S3_upload_not_using_multipart/comment_7_f620888512cd78628f82ec9e5eed4ad1._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U" + nickname="Richard" + subject="comment 7" + date="2014-09-29T08:07:55Z" + content=""" +As I found the latest comment confusing, here's the full quote: + + Depending on the size of the data you are uploading, Amazon S3 offers the following options: + + Upload objects in a single operation—With a single PUT operation you can upload objects up to 5 GB in size. + + 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. + + We encourage Amazon S3 customers to use Multipart Upload for objects greater than 100 MB. + +"""]] |