Complete Multipart Upload
Assembles uploaded parts and creates a new object, thereby completing a multipart upload.
POST /{object}?uploadId= HTTP/1.1
Host: {bucket}.{region}.cdn77-storage.com
Request Entities
Name | Description |
---|---|
CompleteMultipartUploadrequirednone | A container consisting of one or more parts. |
Partrequirednone | A container for the PartNumber and ETag. |
PartNumberrequiredinteger | The identifier of the part. |
ETagrequiredstring | The part's entity tag. |
Response Entities
Name | Description |
---|---|
CompleteMultipartUploadResultnone | A container for the response. |
Locationnone | URL - The resource identifier (path) of the new object. |
Bucketstring | The name of the bucket that contains the new object. |
Keystring | The object's key. |
ETagstring | The entity tag of the new object. |
Updated on 10th September, 2024
Table of content