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.
For more information, see General Multipart Upload Procedure .
Request
Path parameters
Parameter
Description
bucket
Bucket name.
key
Object key.
Query parameters
Parameter
Description
partNubmer
The ID that you assigned to the downloadable part.
uploadId
The composite load ID that ColdStack returned upon initialization .
Headings
Use the required common headers in the request .
The title is Content-Length
required.
Answer
Headings
The response can contain general headers and the headers listed in the table below.
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.
Answer codes
For a list of possible answers, see the Answers section .
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 updated