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 name. |
| Object key. |
Query parameters
Parameter | Description |
| The ID that you assigned to the downloadable part. |
| 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 |
| Object storage class.
Matters |
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 |
| The specified download does not exist. The download ID may be incorrect, or the download may have completed or been deleted. | 404 Not Found |
| Part size is too small. The downloadable part must be at least 5MB. | 400 Bad Request |
Last updated