From the course: AWS: Cost and Performance Optimization

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

S3 multipart uploads

S3 multipart uploads - Amazon Web Services (AWS) Tutorial

From the course: AWS: Cost and Performance Optimization

Start my 1-month free trial

S3 multipart uploads

- [Instructor] Amazon S3 provides the following options for uploading data. Upload an object in a single operation using the AWS SDKs, REST API, or AWS CLI. Use this option to upload a single object up to 5 GB in size in a single PUT operation. Upload a single object using the Amazon S3 console. Use this option to upload a single object up to one 160 GB in size using the Amazon S3 console, or upload an object in parts using the AWS SDKs, REST API, or AWS CLI. Use this option to upload a single large object up to 5 TB in size using the multipart upload API. For performance efficiency, AWS recommends using the multipart upload feature when uploading objects over 100 MB in size. Multipart upload allows you to upload a single object as a set of parts, each part being a contiguous portion of the objects data. You can upload these objects independently and in any order. If the transmission of any part fails, you can retransmit…

Contents