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

Explanation:



Leave a Reply 12

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


networkmanagers

networkmanagers

I have the same idea. B

SRIGOVIND GUTALA

SRIGOVIND GUTALA

b

Duck Bro

Duck Bro

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.

CrazzyFrog

CrazzyFrog

correct B