Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • 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
  • See also
  1. API reference
  2. AWS S3 REST
  3. REST
  4. All services and methods

All services and methods

Written by
Yandex Cloud
Updated at May 6, 2026
  • Supported methods
    • Bucket service
    • Object service
    • Multipart upload service
    • Static Website Hosting service
    • CORS service
    • Lifecycles service
    • ACL service
    • Bucket Policy service
  • See also

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.
PutObjectRetention Puts retention on the object version or configures/disables a previously set lock.
PutObjectLegalHold Puts or removes legal hold for an object version.
GetObjectRetention Returns the settings of the retention put on an object version.
GetObjectLegalHold Returns the settings of the legal hold placed on the object version.
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 CORS configuration for a bucket.
GetBucketCors Returns a CORS configuration for a bucket.
DeleteBucketCors Deletes a CORS configuration for a bucket.

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.

See alsoSee also

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