Initiate Multipart Upload
Initiate a multipart upload process.
POST /{object}?uploads
Host: {bucket}.{region}.cdn77-storage.com
Name | Description |
---|---|
Request Headersstring | A base64 encoded MD-5 hash of the message. |
content-typenone | A standard MIME type. Default: binary/octet-stream |
x-amz-meta-<...>string | User metadata. Stored with the object. |
x-amz-aclnone | A canned ACL. - private, public-read, public-read-write, authenticated-read |
Response Entities
Name | Description |
---|---|
InitiatedMultipartUploadsResultnone | A container for the results. |
Bucketstring | The bucket that will receive the object contents. |
Keystring | The key specified by the key request parameter (if any). |
UploadIdstring | The ID specified by the upload-id request parameter identifying the multipart upload (if any). |
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<InitiateMultipartUploadResult>
<Bucket>mypictures</Bucket>
<Key>new-object</Key>
<UploadId>KQQVhX6q5fn94qGsMy8vPB8Hd5DQJ2oL2MrnYK6z</UploadId>
</InitiateMultipartUploadResult>
Updated on 10th September, 2024