File
Multipart Upload
Use Multipart Upload for large files that you want to upload in smaller chunks.
How It Works
- Start the upload and get presigned part URLs.
- Slice your file, detect the content type if available, and
PUT
each part. - If needed, abort the multipart upload to discard incomplete uploads.
- Complete the upload with part numbers and ETags.
- Upload a file in multiple parts using the SDK or a direct API request: