Comment on page
UploadPart
Retains part of the object.
The user independently numbers the parts of the object and transfers the numbers to ColdStack. The number uniquely identifies the part and determines its order in the overall sequence. A number is an integer between 1 and 10,000, inclusive.
If multiple chunks with the same number are loaded, ColdStack retains the last one that arrived.
Each part, except the last, must be at least 5MB in size.
PUT /{bucket}/{key}?partNumber=PartNumber&uploadId=UploadId HTTP/1.1
Parameter | Description |
bucket | Bucket name. |
key | Object key. |
Parameter | Description |
partNubmer | The ID that you assigned to the downloadable part. |
uploadId |
The title is
Content-Length
required.Heading | Description |
x-amz-storage-class | Object storage class.
Matters COLD if the object is in Cold Storage.
If the object is saved in the Standard storage, then there will be no title. |
Additionally, ColdStack may return the errors described in the table below.
Mistake | Description | HTTP code |
NoSuchUpload | The specified download does not exist. The download ID may be incorrect, or the download may have completed or been deleted. | 404 Not Found |
EntityTooSmall | Part size is too small.
The downloadable part must be at least 5MB. | 400 Bad Request |
Last modified 2yr ago