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
Explanation:
I have the same idea. B
B
Objects in S3 have a limit of 5TB
https://aws.amazon.com/blogs/aws/amazon-s3-object-size-limit/
5TB object limit but 5Gb transfer limit
B
b
B
https://aws.amazon.com/s3/faqs/
Q: How much data can I store?
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.
correct B
B
C & E
B
Ans is B