Upload Part
API. When calling this API, you must specify the PartNumber
and ETag
of each part in the request body to verify the parts.Transfer-Encoding: chunked
response header to return spaces periodically to keep the connection alive until the concatenation is completed. After that, COS will return information about the concatenated object in the last chunk.uploadId
does not exist, 404
(NoSuchUpload) will be returned when this API is called.Complete Multipart Upload
API can call this API.x-cos-version-id
response header.null
as the version ID of the object and will return the x-cos-version-id: null
response header.POST /<ObjectKey>?uploadId=UploadId HTTP/1.1Host: <BucketName-APPID>.cos.<Region>.myqcloud.comDate: GMT DateContent-Type: application/xmlContent-Length: Content LengthContent-MD5: MD5Authorization: Auth String[Request Body]
Parameter | Description | Type | Required |
uploadId | Multipart upload ID obtained from the Initiate Multipart Upload API | string | Yes |
Parameter | Description | Type | Required |
x-cos-forbid-overwrite | For a bucket which has never enabled versioning, you may use it to specify whether to prohibit overwriting the object with the same name when uploading the object: When the x-cos-forbid-overwrite header is not specified or specified as false, the object with the same name will be overwritten by default; When the x-cos-forbid-overwrite is specified as true, overwriting the object with the same name will be prohibited. Note: For a bucket which has enabled versioning or suspended versioning, the x-cos-forbid-overwrite request header is invalid, which means overwriting objects with the same name is allowed whether the x-cos-forbid-overwrite request header is specified as true or false. | string | Not required |
<CompleteMultipartUpload><Part><PartNumber>integer</PartNumber><ETag>string</ETag></Part><Part><PartNumber>integer</PartNumber><ETag>string</ETag></Part></CompleteMultipartUpload>
Node Name (Keyword) | Parent Node | Description | Type | Required |
CompleteMultipartUpload | None | All request information about Complete Multipart Upload | Container | No |
CompleteMultipartUpload
:Node Name (Keyword) | Parent Node | Description | Type | Required |
Part | CompleteMultipartUpload | Information about each part | Container | Yes |
Part
:Node Name (Keyword) | Parent Node | Description | Type | Required |
PartNumber | CompleteMultipartUpload.Part | Part number | integer | Yes |
ETag | CompleteMultipartUpload.Part | ETag of the part. The value is obtained from the ETag header in the response to a successful Upload Part request. | string | Yes |
Header | Description | Type |
x-cos-version-id | Version ID of the object | string |
<?xml version="1.0" encoding="UTF-8"?><CompleteMultipartUploadResult xmlns="http://www.qcloud.com/document/product/436/7751"><Location>string</Location><Bucket>string</Bucket><Key>string</Key><ETag>string</ETag></CompleteMultipartUploadResult>
Node Name (Keyword) | Parent Node | Description | Type |
CompleteMultipartUploadResult | None | Stores the result of Complete Multipart Upload | Container |
CompleteMultipartUploadResult
Node Name (Keyword) | Parent Node | Description | Type |
Location | CompleteMultipartUploadResult | Location of the concatenated object, formatted as http://<BucketName-APPID>.cos.<Region>.myqcloud.com/<ObjectKey> (for example, http://examplebucket-1250000000.cos.ap-beijing.myqcloud.com/exampleobject ) | string |
Bucket | CompleteMultipartUploadResult | Bucket where the concatenated object resides, formatted as <BucketName-APPID> (for example, examplebucket-1250000000 ) | string |
Key | CompleteMultipartUploadResult | Object key | string |
ETag | CompleteMultipartUploadResult | ETag of the concatenated object | string |
Transfer-Encoding: chunked
in the response by default. For readability, samples in this document are displayed without Transfer-Encoding
. During use, different languages and libraries can automatically process this encoding form. For more information, see the language- and library-related documents.POST /exampleobject?uploadId=1585130821cbb7df1d11846c073ad648e8f33b087cec2381df437acdc833cf654b9ecc6361 HTTP/1.1Host: examplebucket-1250000000.cos.ap-beijing.myqcloud.comDate: Wed, 25 Mar 2020 10:07:26 GMTContent-Type: application/xmlContent-Length: 353Content-MD5: Me/0Gvtc2x4VPIOhoIRllw==Authorization: q-sign-algorithm=sha1&q-ak=AKID8A0fBVtYFrNm02oY1g1JQQF0c3JO****&q-sign-time=1585130846;1585138046&q-key-time=1585130846;1585138046&q-header-list=content-length;content-md5;content-type;date;host&q-url-param-list=uploadid&q-signature=45dae7b1a54930587f8123954664b1b5148b****Connection: close<CompleteMultipartUpload><Part><PartNumber>1</PartNumber><ETag>"39270a968a357d24207e9911162507eb"</ETag></Part><Part><PartNumber>2</PartNumber><ETag>"d899fbd1e06109ea2e4550f5751c88d6"</ETag></Part><Part><PartNumber>3</PartNumber><ETag>"762890d6c9a871b7bd136037cb2260cd"</ETag></Part></CompleteMultipartUpload>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 378Connection: closeDate: Wed, 25 Mar 2020 10:07:26 GMTServer: tencent-cosx-cos-hash-crc64ecma: 2290339086971918696x-cos-request-id: NWU3YjJkNWVfZDFjODJhMDlfMTk2ODJfMmEyNTA0****<?xml version="1.0" encoding="UTF-8"?><CompleteMultipartUploadResult xmlns="http://www.qcloud.com/document/product/436/7751"><Location>http://examplebucket-1250000000.cos.ap-beijing.myqcloud.com/exampleobject</Location><Bucket>examplebucket-1250000000</Bucket><Key>exampleobject</Key><ETag>"aa259a62513358f69e98e72e59856d88-3"</ETag></CompleteMultipartUploadResult>
POST /exampleobject?uploadId=1590862540251355295a5c736513d70d42b92bbde4f0fafb5e0ecb314b55aa0018cc9fa76f HTTP/1.1Host: examplebucket-1250000000.cos.ap-beijing.myqcloud.comDate: Sat, 30 May 2020 18:16:08 GMTContent-Type: application/xmlContent-Length: 153Content-MD5: wmpyfdr9s/A+VCBwDdC1bA==Authorization: q-sign-algorithm=sha1&q-ak=AKID8A0fBVtYFrNm02oY1g1JQQF0c3JO****&q-sign-time=1590862568;1590869768&q-key-time=1590862568;1590869768&q-header-list=content-length;content-md5;content-type;date;host&q-url-param-list=uploadid&q-signature=abe1fd2d2c057c8f3e4d331a0448b06ecf5b****Connection: close<CompleteMultipartUpload><Part><PartNumber>1</PartNumber><ETag>"108f528eb63b65e734f27ae331f5ffaa"</ETag></Part></CompleteMultipartUpload>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 378Connection: closeDate: Sat, 30 May 2020 18:16:08 GMTServer: tencent-cosx-cos-hash-crc64ecma: 4510578591875220731x-cos-request-id: NWVkMmEyZThfYTJjMjJhMDlfMmQzOV8zYTM5****x-cos-server-side-encryption: AES256<?xml version="1.0" encoding="UTF-8"?><CompleteMultipartUploadResult xmlns="http://www.qcloud.com/document/product/436/7751"><Location>http://examplebucket-1250000000.cos.ap-beijing.myqcloud.com/exampleobject</Location><Bucket>examplebucket-1250000000</Bucket><Key>exampleobject</Key><ETag>"915fca1c3b2737c262458b3a1a43c683-1"</ETag></CompleteMultipartUploadResult>
POST /exampleobject?uploadId=15908625793957d71176fa878282d266a95b79dc2aec159b4a73d1d79c80d4f931cda6ad65 HTTP/1.1Host: examplebucket-1250000000.cos.ap-beijing.myqcloud.comDate: Sat, 30 May 2020 18:16:40 GMTContent-Type: application/xmlContent-Length: 153Content-MD5: jUFgTSZThmPT3qseea0mRQ==Authorization: q-sign-algorithm=sha1&q-ak=AKID8A0fBVtYFrNm02oY1g1JQQF0c3JO****&q-sign-time=1590862600;1590869800&q-key-time=1590862600;1590869800&q-header-list=content-length;content-md5;content-type;date;host&q-url-param-list=uploadid&q-signature=68aaf036efac07ef8d6ef101f81a1589849a****Connection: close<CompleteMultipartUpload><Part><PartNumber>1</PartNumber><ETag>"1d3e8ae9da423b440341b09f1616f074"</ETag></Part></CompleteMultipartUpload>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 378Connection: closeDate: Sat, 30 May 2020 18:16:40 GMTServer: tencent-cosx-cos-hash-crc64ecma: 4510578591875220731x-cos-request-id: NWVkMmEzMDhfYzhjODJhMDlfMjNhYTBfMjdmNjNl****x-cos-server-side-encryption: cos/kmsx-cos-server-side-encryption-cos-kms-key-id: 48ba38aa-26c5-11ea-855c-52540085****<?xml version="1.0" encoding="UTF-8"?><CompleteMultipartUploadResult xmlns="http://www.qcloud.com/document/product/436/7751"><Location>http://examplebucket-1250000000.cos.ap-beijing.myqcloud.com/exampleobject</Location><Bucket>examplebucket-1250000000</Bucket><Key>exampleobject</Key><ETag>"8093dc3e18f7070444e6ca21789eb8d4-1"</ETag></CompleteMultipartUploadResult>
POST /exampleobject?uploadId=1590862610acd643927bad05cd3947bf98b56b04b0b0b2a45a49969f87cc95b7fd5fcc065a HTTP/1.1Host: examplebucket-1250000000.cos.ap-beijing.myqcloud.comDate: Sat, 30 May 2020 18:17:11 GMTContent-Type: application/xmlContent-Length: 153Content-MD5: MnXmb3yvrbwMfBlUwUE1Hg==Authorization: q-sign-algorithm=sha1&q-ak=AKID8A0fBVtYFrNm02oY1g1JQQF0c3JO****&q-sign-time=1590862631;1590869831&q-key-time=1590862631;1590869831&q-header-list=content-length;content-md5;content-type;date;host&q-url-param-list=uploadid&q-signature=5ce15a35c591eb797e8abaf210313e58ac03****Connection: close<CompleteMultipartUpload><Part><PartNumber>1</PartNumber><ETag>"ff14981a35a58eb97bca838b055c573b"</ETag></Part></CompleteMultipartUpload>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 378Connection: closeDate: Sat, 30 May 2020 18:17:11 GMTServer: tencent-cosx-cos-hash-crc64ecma: 4510578591875220731x-cos-request-id: NWVkMmEzMjdfODljOTJhMDlfMzQ2ZDNfMWMwZWYy****x-cos-server-side-encryption-customer-algorithm: AES256x-cos-server-side-encryption-customer-key-MD5: U5L61r7jcwdNvT7frmUG8g==<?xml version="1.0" encoding="UTF-8"?><CompleteMultipartUploadResult xmlns="http://www.qcloud.com/document/product/436/7751"><Location>http://examplebucket-1250000000.cos.ap-beijing.myqcloud.com/exampleobject</Location><Bucket>examplebucket-1250000000</Bucket><Key>exampleobject</Key><ETag>"55973f71e8e892273053617e6b83d1c7-1"</ETag></CompleteMultipartUploadResult>
POST /exampleobject?uploadId=15908626631e1995018f81a5e563837d6d7f1b51d7c97dff09989296403e32366e52f2877b HTTP/1.1Host: examplebucket-1250000000.cos.ap-beijing.myqcloud.comDate: Sat, 30 May 2020 18:18:04 GMTContent-Type: application/xmlContent-Length: 153Content-MD5: wmpyfdr9s/A+VCBwDdC1bA==Authorization: q-sign-algorithm=sha1&q-ak=AKID8A0fBVtYFrNm02oY1g1JQQF0c3JO****&q-sign-time=1590862684;1590869884&q-key-time=1590862684;1590869884&q-header-list=content-length;content-md5;content-type;date;host&q-url-param-list=uploadid&q-signature=5409509944602014d1b61cb4bbe1e39003b4****Connection: close<CompleteMultipartUpload><Part><PartNumber>1</PartNumber><ETag>"108f528eb63b65e734f27ae331f5ffaa"</ETag></Part></CompleteMultipartUpload>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 378Connection: closeDate: Sat, 30 May 2020 18:18:04 GMTServer: tencent-cosx-cos-hash-crc64ecma: 4510578591875220731x-cos-request-id: NWVkMmEzNWNfOGNjOTJhMDlfMWQ4NjJfMWM0NGUw****x-cos-version-id: MTg0NDUxNTMyMTEwNDU1NDc3OTc<?xml version="1.0" encoding="UTF-8"?><CompleteMultipartUploadResult xmlns="http://www.qcloud.com/document/product/436/7751"><Location>http://examplebucket-1250000000.cos.ap-beijing.myqcloud.com/exampleobject</Location><Bucket>examplebucket-1250000000</Bucket><Key>exampleobject</Key><ETag>"42318fc0ec58952b0d9ab4d7a006f595-1"</ETag></CompleteMultipartUploadResult>
POST /exampleobject?uploadId=1590862705b4349d597c0db1281e1c666bc431eb468b3a64076be7093c91a963bc5ead2ea4 HTTP/1.1Host: examplebucket-1250000000.cos.ap-beijing.myqcloud.comDate: Sat, 30 May 2020 18:18:45 GMTContent-Type: application/xmlContent-Length: 153Content-MD5: wmpyfdr9s/A+VCBwDdC1bA==Authorization: q-sign-algorithm=sha1&q-ak=AKID8A0fBVtYFrNm02oY1g1JQQF0c3JO****&q-sign-time=1590862725;1590869925&q-key-time=1590862725;1590869925&q-header-list=content-length;content-md5;content-type;date;host&q-url-param-list=uploadid&q-signature=b212e42daaeabcd2b8e9f6722b62fe8d618b****Connection: close<CompleteMultipartUpload><Part><PartNumber>1</PartNumber><ETag>"108f528eb63b65e734f27ae331f5ffaa"</ETag></Part></CompleteMultipartUpload>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 378Connection: closeDate: Sat, 30 May 2020 18:18:45 GMTServer: tencent-cosx-cos-hash-crc64ecma: 4510578591875220731x-cos-request-id: NWVkMmEzODVfZjZjMjBiMDlfNGYzZV8zODc4****x-cos-version-id: null<?xml version="1.0" encoding="UTF-8"?><CompleteMultipartUploadResult xmlns="http://www.qcloud.com/document/product/436/7751"><Location>http://examplebucket-1250000000.cos.ap-beijing.myqcloud.com/exampleobject</Location><Bucket>examplebucket-1250000000</Bucket><Key>exampleobject</Key><ETag>"491509b1fdf8e13d1f51d323c4a6d0e8-1"</ETag></CompleteMultipartUploadResult>
Was this page helpful?