CreateMultipartUpload

Returns an identifier that should be used in all further operations to load the object.

If custom metadata needs to be stored with the object, then it should be passed in this request.

Request

POST /{bucket}/{key}?uploads HTTP/1.1

Path parameters

Query parameters

Headings

Use the required common headers in the request .

Additionally, you can use the headings listed in the table below.

Answer

Headings

The response can only contain general headers .

Answer codes

For a list of possible answers, see the Answers section .

The successful response contains additional data in XML format, the schema of which is described below.

Data schema

<InitiateMultipartUploadResult>
  <Bucket>bucket-name</Bucket>
  <Key>object-key</Key>
  <UploadId>upload-id</UploadId>
</InitiateMultipartUploadResult>

Last updated