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
  • Terraform reference
    • Authentication with the API
      • How to use the API
      • Signing requests
        • All services and methods
          • All methods
          • XML structure of lifecycle configuration
          • upload
          • get
          • delete
        • Common request headers
        • Common response headers
        • Responses
  • Monitoring metrics
  • Audit Trails events
  • Bucket logs
  • Release notes
  • FAQ

In this article:

  • Request
  • Path parameters
  • Request parameters
  • Headers
  • Response
  • Headers
  • Response codes
  • Data schema
  1. API reference
  2. REST (Amazon S3-compatible)
  3. REST
  4. Lifecycles
  5. get

get method

Written by
Yandex Cloud
Updated at March 19, 2025
  • Request
    • Path parameters
    • Request parameters
    • Headers
  • Response
    • Headers
    • Response codes
    • Data schema

Returns the bucket object lifecycle configuration from Object Storage.

For more information on getting started with the API and the general request format, see How to use the S3 API.

Request

GET /{bucket}?lifecycle HTTP/2

Path parameters

Parameter Description
bucket Bucket name.

Request parameters

Parameter Description
lifecycle Required parameter that indicates the type of operation.

Headers

Use the appropriate common headers in your request.

Response

Headers

Responses can only contain common headers.

Response codes

If there is no configuration, Object Storage returns a 404 error with the NoSuchLifecycleConfiguration code.

For a list of other possible responses, see Responses.

Data schema

The structure of returned data is the same as the structure of data provided by the upload method. The structure is described in Bucket object lifecycle configuration.

See also

  • 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
upload
Next
delete
Yandex project
© 2025 Yandex.Cloud LLC