Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Object Storage
  • Pricing policy
  • Terraform reference
    • API authentication
      • How to use the API
      • Signing requests
      • Getting started with the S3 API
        • 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 June 11, 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

  • Getting started with the AWS S3 API in Yandex Object Storage
  • 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.