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
    • Overview
    • Getting started with Object Storage
    • Getting started with the AWS CLI
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Bucket logs
  • Release notes
  • FAQ

In this article:

  • Getting started
  • Creating the first bucket
  • Uploading files to a bucket
  • Getting a file download link
  • Useful links
  1. Getting started
  2. Getting started with Object Storage

Getting started with Yandex Object Storage

Written by
Yandex Cloud
Updated at July 31, 2026
View in Markdown
  • Getting started
  • Creating the first bucket
  • Uploading files to a bucket
  • Getting a file download link
  • Useful links

In this section, you will learn how to use Yandex Object Storage via the Yandex Cloud management console. To learn how to use the AWS CLI, see Getting started with the AWS CLI in Yandex Object Storage.

To get started with Object Storage:

  1. Create a bucket for storing data.
  2. Upload a file to the bucket.
  3. Get a download link for the file.

Getting startedGetting started

  1. Navigate to the management console and log in to Yandex Cloud or sign up if not signed up yet.

  2. On the Yandex Cloud Billing page, make sure you have a billing account linked and its status is ACTIVE or TRIAL_ACTIVE. If you do not have a billing account yet, create one.

  3. Assign the editor role or higher to your Yandex Cloud account. The role must be assigned for the folder you will be working with or the cloud the folder belongs to.

    Note

    If you cannot manage roles, contact your cloud or organization administrator.

Creating the first bucketCreating the first bucket

To create your first bucket in Object Storage:

  1. In the management console, select the folder where you want to create a bucket.

  2. Click Create resource and select Bucket.

  3. Enter a name for the bucket.

    The bucket name must be unique across Object Storage. It is used as part of the data access URL and is visible to your data users.

  4. Limit the maximum bucket size, if required.

    If the value is 0, the size is not limited. It is similar to the enabled No limit option.

  5. If you want the files you upload to be always accessible from outside of Yandex Cloud, configure public access.

    Warning

    Public access is granted to an unlimited number of anonymous users. Use it only when other access grant mechanisms are not available.

    In a bucket with restricted access, you can also make the uploaded files accessible with the help of temporary links.

  6. Choose the default storage class to use when uploading objects:

    • Standard storage is designed for storing frequently used objects.
    • Cold storage is designed for long-term storage of objects that are rarely read.
    • Ice storage is designed for objects you need to store for at least one year and which rarely get read requests.
    • Intelligent-tiering storage automatically optimizes costs by moving objects across access tiers based on access frequency.
  7. Click Create bucket.

Uploading files to a bucketUploading files to a bucket

To upload an object to a bucket:

  1. In the management console, select a folder.
  2. Navigate to Object Storage.
  3. Click the name of the bucket you need.
  4. To upload files to the bucket, drag them to the bucket screen or click Upload and confirm the upload of the files.

Getting a file download linkGetting a file download link

To get a link to an uploaded object:

  1. In the management console, select a folder.
  2. Navigate to Object Storage.
  3. Click the name of the bucket you need.
  4. Click the object name.
  5. Click Get link in the top-right corner.
  6. For a bucket with restricted access, specify the link Lifetime in hours or days (the maximum time is 30 days).
  7. Click Get link.
  8. Copy the link.

You can share the link you got or use it in your service to access the file.

To perform operations with buckets and objects, you can use other tools in addition to the Yandex Cloud management console.

Useful linksUseful links

  • Getting started with the AWS CLI in Yandex Object Storage
  • Getting started with AWS S3 API in Yandex Object Storage
  • Webinar: How to take load off a high-load infrastructure using Cloud CDN and Object Storage

Was the article helpful?

Previous
Overview
Next
Getting started with the AWS CLI
© 2026 Direct Cursus Technology L.L.C.