AWS

Explain "Multi-part upload"

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Amazon docs: "Multipart upload allows you to upload a single object as a set of parts. Each part is a contiguous portion of the object's data...In general, when your object size reaches 100 MB, you should consider using multipart uploads instead of uploading the object in a single operation."