Create Multipart
POST https://s3.amazonaws.com/{{bucket}}/{{key}}?uploads
This operation initiates a multipart upload and returns an upload ID. This upload ID is used to associate all of the parts in the specific multipart upload. You specify this upload ID in each of your subsequent upload part requests (see UploadPart). You also include this upload ID in the final request to either complete or abort the multipart upload request.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
uploads | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-amz-content-sha256 | string | ||
Content-Type | string |