Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 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. AWS S3 REST
  3. REST
  4. Common request headers

Common request headers

Written by
Yandex Cloud
Updated at July 13, 2026
View in Markdown
Header Description
Authorization Any request to Yandex Object Storage must be authorized.

This header must be used with either the Date or X-Amz-Date header.

Learn about authorization methods in the respective guides.
Cache-Control Directives for caching data according to RFC 2616.
Content-Disposition Name under which Object Storage will suggest to save the object as a file when downloaded. Compliant with RFC 2616.
Content-Encoding Defines the content encoding according to RFC 2616.
Content-Length Length of the request body (without headers) in compliance with RFC 2616.

This header is required for all requests that send to Object Storage any data, e.g., when uploading an object.
Content-Type Data type in the request, e.g., text/html. For more information about data types, see the Media type Wikipedia article.

The default type is binary/octet-stream.
Content-MD5 128-bit MD5 hash value of the request body, base64-encoded.

This header is compliant with RFC 1864.

Object Storage uses it to make sure the data sent matches the data received.

If the bucket uses default locks of object versions, the Content-MD5 header is required for uploading or copying an object version.
Date Date and time of the request.

Format: Thu, 18 Jan 2018 09:57:35 GMT.

When X-Amz-Date is set, Object Storage ignores the Date header.
Expect Expected 100-continue code.

When uploading data to Object Storage, an app can use the following logic:
- Send a request without a body, but with the Expect: 100-continue header set.
- Send a request with a body after getting the 100-continue response. This request must not have the Expect header.
Expires Response expiration date, which is compliant with RFC 2616.
Host Request recipient host.

This header is required for HTTP/1.1, but optional for HTTP/1.0 requests.
X-Amz-Date Date and time at the request source.

Format: 20211102T145822Z.

When X-Amz-Date is set, Object Storage ignores the Date header.

If a cross-domain (CORS) request is sent, it may contain headers of the options preflight request.

Useful linksUseful links

  • 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
Conditions
Next
Common response headers
© 2026 Direct Cursus Technology L.L.C.