You have written an application that uploads objects onto an S3 bucket. Every single multi-part upload request is at least 1TB in size. You expect the multi-part request to increase in size as operations begin to grow. What is the maximum file size for individual objects stored on an S3 bucket?
Correct answer - "5 TB" : 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. Read more:
Incorrect:
"1 TB" - Refer to correct answer description
"infinite" - Refer to correct answer description
"50 TB" - Refer to correct answer description