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
    • ML Services
    • 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.
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

In this article:

  • Features of storage classes
  • Default storage for a bucket
  • Changing an object storage class
  • Storage class IDs
  • Use cases
  1. Concepts
  2. Storage class

Storage class

Written by
Yandex Cloud
Updated at September 26, 2025
  • Features of storage classes
  • Default storage for a bucket
  • Changing an object storage class
  • Storage class IDs
  • Use cases

Object Storage allows you to store objects in storages of various classes depending on how long you want to store your objects and how often you access them. The following options are available:

Storage class

Access to data

Cost

Requests

Data storage

Standard
(STANDARD)1

Frequent

Cold
(COLD)

Rare, approximately once a month

Ice
(ICE)

Very rare, approximately once a year or less often

2

1 For STANDARD, the free tier is available.

2 Provided data is stored for no less than 12 months.

Cold classes are designed to store objects that you plan to use less frequently for longer periods of time. The colder your storage is, the less you pay for storing data; however, the costs of reading and writing data increase. For more information, see examples of cost comparison in the Pricing policy section.

You can select a storage class individually for every object when uploading them.

Features of storage classesFeatures of storage classes

All storage classes have the same SLA and protect data from loss even in the event of a full failure in one of the three availability zones.

The STANDARD and COLD storages have identical technical properties and data backup schemes, where ×3 replication is used to create one backup in each of the availability zones.

The performance of ICE storages may slightly differ from that of the STANDARD and COLD classes when working with object data. In other respects, you can use ICE storages in the same way as any other storage class. This is the advantage of ICE in Object Storage over other solutions, since you can access data directly for read and write operations. In other solutions purpose-built for data archiving, accessing data may take from dozens of minutes to several days. For example, AWS Glacier does not support direct access to data. You need to transfer your data to a hotter storage before you can read it, which takes considerable time. The ICE storage class enables you to operate a less complex infrastructure and reduce your costs.

Note

The minimum billable storage duration of an object in ice storage is 12 months. If you delete an object that was stored for less than 12 months, you will be charged the remaining storage cost after deletion.

Default storage for a bucketDefault storage for a bucket

If you do not specify the storage class when uploading your object, the object will be saved to the bucket default storage.

You can set the default storage when creating a bucket in the management console. Afterwards, you can change this setting for each bucket also in the management console. You cannot set or change the default storage any other way. If you create a bucket not from the management console, the default standard storage is set for this bucket. You cannot set the default storage for all buckets in a folder or cloud at once.

Setting the default storage may be useful when the tool you use does not allow you to set the object storage class.

Changing an object storage classChanging an object storage class

To change the storage class, you can:

  • Upload the object to Object Storage again and select the required storage class.

  • Move or copy an object specifying a new storage class.

    Note

    If you move an object or reupload it with the same key, the original object will be deleted. If you delete an object that was stored for less than 12 months, you will be charged the remaining storage cost after deletion. If you copy an object without deletion, these charges do not apply.

  • Set the criteria for changing the storage class to a colder one using object lifecycles. For more information about the lifecycle rule format, see Bucket object lifecycle configuration.

Storage class IDsStorage class IDs

If you work with Object Storage via an Amazon S3-compatible API or the tools described in Supported tools, use the following IDs for storage classes:

  • Standard storage: STANDARD.
  • Cold storage: COLD, STANDARD_IA, or NEARLINE (use the last two only for uploading objects to a bucket).
  • Ice storage: ICE or GLACIER (use the latter only for uploading objects to a bucket).

Use casesUse cases

  • Exporting Greenplum® data to a cold storage in Yandex Object Storage
  • Storing application runtime logs
  • Backing up a VM with Hystax Acura Backup
  • Using hybrid storage in Managed Service for ClickHouse®

Was the article helpful?

Previous
Uploading files via an HTML form
Next
Bucket actions logging mechanism
© 2025 Direct Cursus Technology L.L.C.