Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Object Storage
  • Pricing policy
  • Terraform reference
    • API authentication
      • How to use the API
      • Signing requests
        • 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. REST (Amazon S3-compatible)
  3. REST
  4. All services and methods

All services and methods

Written by
Yandex Cloud
Updated at March 19, 2025
  • 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

create

Creates a bucket.

getMeta

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 versioning of the bucket.

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
upload Uploads an object to Object Storage.
get Retrieves an object from Object Storage.
patch Partially modifies an object.
copy Copies an object stored in Object Storage.
getObjectMeta Retrieves object metadata.
delete Deletes an object.
deleteMultipleObjects 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
startUpload Starts a multipart upload.
uploadPart Uploads a part of an object.
copyPart Copies a part of an object.
listParts Returns a list of uploaded parts.
abortUpload Aborts a multipart upload.
completeUpload Completes a multipart upload.
listUploads Returns a list of incomplete uploads.

Static Website Hosting serviceStatic Website Hosting service

Method Description
upload Uploads a bucket configuration for static website hosting to Object Storage.
get Returns a bucket configuration for static website hosting from Object Storage.
delete Deletes a bucket configuration for static website hosting.

CORS serviceCORS service

Method Description
upload Uploads a CORS configuration for a bucket.
get Returns a CORS configuration for a bucket.
delete Deletes a CORS configuration for a bucket.

Lifecycles serviceLifecycles service

Method Description
upload Uploads an object lifecycle configuration to Object Storage.
get Returns an object lifecycle configuration from Object Storage.
delete Deletes an object lifecycle configuration from Object Storage.

ACL serviceACL service

Method Description
objectGetAcl Returns an access control list for an object.
objectPutAcl Uploads an access control list for an object.
bucketGetAcl Returns an access control list for a bucket.
bucketPutAcl 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

  • 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
Signing requests
Next
All methods
Yandex project
© 2025 Yandex.Cloud LLC