Common response headers
Last updated
Last updated
In addition to standard HTTP headers, ColdStack uses additional headers that may be present in responses.
Additional headings are described in the table below, as well as standard headings for which additional explanation is required.
Heading
Description
ETag
object, if the object is loaded as a single file. If the object is loaded using a , then for the calculation ETag
it is necessary to obtain the MD5 hash from the sum of the MD5 hashes of the loaded parts (let's call it MD5_sum
) and attach the number of parts ( N
): to the resulting string "MD5_sum-N"
.
Does not include object metadata.
x-amz-request-id
Unique identifier for the request. It may be needed when contacting ColdStack support in case of problems.