Common response headers
Written by
Updated at August 2, 2024
Apart from standard HTTP headers
The table below describes additional headers as well as standard headers that need to be explained in more detail.
Header | Description |
---|---|
ETag |
MD5 hashETag , you need to get the MD5 hash sum of the uploaded 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 request ID. You may need it when contacting the Yandex Cloud support service if any problems occur. |
If a request is sent with CORS headers, the response may contain headers for a response to the options
preflight request.