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
    • Yandex SIEM
    • 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

In this article:

  • Supported methods
  • Bucket service
  • Object service
  • Multipart upload service
  • Static Website Hosting service
  • CORS service
  • Lifecycles service
  • ACL service
  • Bucket Policy service
  • Useful links
  1. API reference
  2. AWS S3 REST
  3. REST
  4. All services and methods

All services and methods

Written by
Yandex Cloud
Updated at August 20, 2026
View in Markdown
  • Supported methods
    • Bucket service
    • Object service
    • Multipart upload service
    • Static Website Hosting service
    • CORS service
    • Lifecycles service
    • ACL service
    • Bucket Policy service
  • Useful links

The Object Storage HTTP API provides the following services:

Service

Description

Bucket

Manages buckets.

Object

Manages objects.

Multipart upload

Controls upload of large objects.

Static Website Hosting

Manages bucket configurations for static website hosting.

CORS

Manages CORS configurations for buckets.

Lifecycles

Manages bucket object lifecycle configurations.

ACL

Manages access control lists.

Bucket Policy

Manages bucket access policies.

Supported methodsSupported methods

Bucket serviceBucket service

Method

Description

CreateBucket

Creates a bucket.

HeadBucket

Checks the existence of a bucket and access to it.

ListObjects

Returns a list of bucket objects.

ListBuckets

Returns a list of buckets.

DeleteBucket

Deletes a bucket.

GetBucketEncryption

Checks whether the bucket is encrypted.

DeleteBucketEncryption

Removes encryption from the bucket.

PutBucketEncryption

Adds encryption to the bucket.

PutBucketVersioning

Enables or suspends bucket versioning.

GetBucketVersioning

Returns the versioning status.

PutBucketLogging

Enables and disables bucket logging.

GetBucketLogging

Returns the settings for bucket logging.

ListObjectVersions

Returns metadata for all versions of objects in the bucket.

PutObjectLockConfiguration

Sets up the mechanism of object version locks in a versioned bucket.

GetObjectLockConfiguration

Returns the lock configuration.

PutBucketTagging

Adds labels to a bucket.

GetBucketTagging

Returns bucket labels.

DeleteBucketTagging

Deletes bucket labels.

Object serviceObject service

Method

Description

PutObject

Uploads an object to Object Storage.

GetObject

Retrieves an object from Object Storage.

patch

Partially modifies an object.

CopyObject

Copies an object stored in Object Storage.

HeadObject

Retrieves object metadata.

DeleteObject

Deletes an object.

DeleteObjects

Deletes objects based on a list.

options

Checks whether a CORS request to an object can be made.

SelectObjectContent

Filters and returns the contents of an object using an SQL query.

PutObjectTagging

Adds labels to an object.

GetObjectTagging

Returns object labels.

DeleteObjectTagging

Deletes object labels.

Multipart upload serviceMultipart upload service

Method

Description

CreateMultipartUpload

Starts a multipart upload.

UploadPart

Uploads a part of an object.

UploadPartCopy

Copies part of an object.

ListParts

Returns a list of uploaded parts.

AbortMultipartUpload

Aborts a multipart upload.

CompleteMultipartUpload

Completes a multipart upload.

ListMultipartUploads

Returns a list of incomplete uploads.

Static Website Hosting serviceStatic Website Hosting service

Method

Description

PutBucketWebsite

Uploads a bucket configuration for static website hosting to Object Storage.

GetBucketWebsite

Returns a bucket configuration for static website hosting from Object Storage.

DeleteBucketWebsite

Deletes a bucket configuration for static website hosting.

CORS serviceCORS service

Method

Description

PutBucketCors

Uploads a bucket CORS configuration to Object Storage.

GetBucketCors

Returns a bucket CORS configuration from Object Storage.

DeleteBucketCors

Deletes a bucket CORS configuration.

Lifecycles serviceLifecycles service

Method

Description

PutBucketLifecycleConfiguration

Uploads an object lifecycle configuration to Object Storage.

GetBucketLifecycleConfiguration

Returns an object lifecycle configuration from Object Storage.

DeleteBucketLifecycle

Deletes an object lifecycle configuration from Object Storage.

ACL serviceACL service

Method

Description

GetObjectAcl

Returns an access control list for an object.

PutObjectAcl

Uploads an access control list for an object.

GetBucketAcl

Returns an access control list for a bucket.

PutBucketAcl

Uploads an access control list for a bucket.

Bucket Policy serviceBucket Policy service

Method

Description

GetBucketPolicy

Returns the access policy for the specified bucket.

PutBucketPolicy

Applies the access policy to the specified bucket.

DeleteBucketPolicy

Removes the access policy from the specified bucket.

Useful linksUseful links

  • Getting started with the AWS S3 API in Yandex Object Storage
  • How to use the S3 API
  • Supported tools
  • 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
Getting started with the S3 API
Next
All methods
© 2026 Direct Cursus Technology L.L.C.