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
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Service page
Yandex Object Storage
Documentation
Yandex Object Storage
    • Overview
    • Bucket
    • Object
    • Bucket versioning
    • Object lock
    • Partial object updates
    • Encryption
    • Object lifecycles
    • CORS
    • Hosting static websites
    • Pre-signed URLs
    • Multipart upload
    • Access control list (ACL)
    • Bucket policy
    • Uploading files via an HTML form
    • Storage class
    • Bucket actions logging mechanism
    • Backups
    • TLS protocol
    • Labels
    • S3 Select query language
    • Quotas and limits
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Bucket logs
  • Release notes
  • FAQ
  1. Concepts
  2. TLS protocol

TLS protocol

Written by
Yandex Cloud
Updated at August 20, 2025

Object Storage supports secure client-server data exchange via the Transport Layer Security (TLS) protocol. To ensure robust protection of your data exchange, use TLS version 1.2 or higher.

Alert

Starting August 1, 2025, Object Storage no longer supports the TLS protocol versions 1.0 and 1.1.

To use TLS versions 1.0 and 1.1 to work with Object Storage, try the following solutions:

  • For website hosting: Bucket configured as static website hosting as a source of content in Yandex Cloud CDN. The connection between the client and the CDN server will be over TLS versions 1.0 and 1.1, and between the CDN server and Object Storage, over TLS version 1.2 or higher.

    For an example of static website hosting in an Object Storage bucket with Cloud CDN access, see this tutorial.

  • For other cases: Yandex Compute Cloud VM with a web server and L7 balancing, e.g., NGINX, as a reverse proxy server. The connection between the client and the proxy server will be over TLS versions 1.0 or 1.1, and between the proxy server and Object Storage, over TLS version 1.2 or higher.

Most Amazon S3-compatible Object Storage clients do not allow you to explicitly select the TLS version; instead, they use the version specified at the system level.

For more information on configuring clients to work with TLS version 1.2 and higher, see these AWS guides:

  • AWS SDK for Java
  • AWS SDK for .NET
  • AWS SDK for JavaScript

Use casesUse cases

  • Hosting a static Gatsby website in Yandex Object Storage
  • Setting up static website hosting in a Yandex Object Storage bucket with Yandex Cloud CDN access

Was the article helpful?

Previous
Backups
Next
Labels
© 2025 Direct Cursus Technology L.L.C.