GetBucketLifecycle
Returns the lifecycle configuration information set on the bucket
To use this operation, you must have permission to perform the s3:GetLifecycleConfiguration
action. The bucket owner has this permission by default. The bucket owner can grant this permission to others.
GetBucketLifecycle
has the following special error:
Error code:
NoSuchLifecycleConfiguration
Description: The lifecycle configuration does not exist.
HTTP Status Code: 404 Not Found
SOAP Fault Code Prefix: Client
Request Syntax
URI Request Parameters
The request uses the following URI parameters.
Bucket
The name of the bucket for which to get the lifecycle information.
Required: Yes
x-amz-expected-bucket-owner
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden
(access denied).
Request Body
The request does not have a request body.
Response Syntax
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in XML format by the service.
LifecycleConfiguration
Root level tag for the LifecycleConfiguration parameters.
Required: Yes
Rule
Container for a lifecycle rule.
Type: Array of Rule data types
Examples
Sample Request: Retrieve a lifecycle subresource
This example is a GET request to retrieve the lifecycle subresource from the specified bucket, and an example response with the returned lifecycle configuration.
Sample Response
This example illustrates one usage of GetBucketLifecycle.
Last updated