Skip to main content
POST

Overview

Gets presigned URLs for uploading one or more parts of a multipart upload. Parts can be uploaded concurrently (recommended limit: 8 concurrent uploads).

Request Body

string
required
S3 key from createMultipartUpload
string
required
Upload ID from createMultipartUpload
array
required
Array of part numbers to sign (1-indexed)

Response

array
Array of signed URL objects
string
Request status (success)
After uploading each part, save the ETag from the response headers. You’ll need it to complete the upload.