Correct answer - "You need to use multi-part upload for large files" : In general, when your
object size reaches 100 MB, you should consider using multipart uploads instead of uploading the
object in a single operation.
Incorrect:
"The maximum file size is 5 GB" - With a single PUT operation, you can upload objects up to 5 GB
in size
"Your IAM permissions are incorrect" - Permissions can be set to limit size of object put but for
the most part it is good practice to use the multi-part upload operation
"You need to place a service limit request increase with AWS" - There is no need to do this