Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Object Storage
  • Terraform reference
    • Authentication with the API
      • How to use the API
      • Signing requests
        • All services and methods
        • Common request headers
        • Common response headers
        • Responses
  • Monitoring metrics
  • Audit Trails events
  • Bucket logs
  • Release notes
  • FAQ
  1. API reference
  2. REST (Amazon S3-compatible)
  3. REST
  4. Common response headers

Common response headers

Written by
Yandex Cloud
Updated at April 10, 2025

Apart from the standard HTTP headers, Yandex Object Storage uses additional response headers.

The table below describes additional headers as well as standard headers requiring clarification.

Header Description
ETag MD5 hash of an object if the object is uploaded as a single file. If the object is uploaded as a multipart upload, then to calculate the ETag value, you need to get the MD5 hash sum of the uploaded parts (MD5_sum) and add the number of parts (N) to the resulting string: "MD5_sum-N".

It 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.

See alsoSee also

  • Debugging requests using the AWS CLI
  • Example of sending a signed request using curl
  • Code example for generating a signature

Was the article helpful?

Previous
Common request headers
Next
Responses
© 2025 Direct Cursus Technology L.L.C.