File

Multipart Upload

Use Multipart Upload for large files that you want to upload in smaller chunks.


How It Works

  1. Start the upload and get presigned part URLs.
  2. Slice your file, detect the content type if available, and PUT each part.
  3. If needed, abort the multipart upload to discard incomplete uploads.
  4. Complete the upload with part numbers and ETags.
  5. Upload a file in multiple parts using the SDK or a direct API request: