What is a possible solution for this?

Your application is trying to upload a 6 GB file to Simple Storage Service and receive a “Your proposed upload
exceeds the maximum allowed object size.” error message.
What is a possible solution for this?

Your application is trying to upload a 6 GB file to Simple Storage Service and receive a “Your proposed upload
exceeds the maximum allowed object size.” error message.
What is a possible solution for this?

A.
None, Simple Storage Service objects are limited to 5 GB

B.
Use the multi-part upload API for this object

C.
Use the large object upload API for this object

D.
Contact support to increase your object size limit

E.
Upload to a different region



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Sadeel Anjum

Sadeel Anjum

B.
Use the multi-part upload API for this object

aws sa

aws sa

The total volume of data and number of objects you can store are unlimited. Individual Amazon S3 objects can range in size from a minimum of 0 bytes to a maximum of 5 terabytes. The largest object that can be uploaded in a single PUT is 5 gigabytes. For objects larger than 100 megabytes, customers should consider using the Multipart Upload capability.