GetBucketLifecycleConfiguration

Prev Next

Available in Classic and VPC

Get the lifecycle rule registered in a Ncloud Storage bucket.

Request

This section describes the request format. The method and URI are as follows:

Method URL
GET -

Request headers

For information about the headers common to all Ncloud Storage APIs, see Ncloud Storage request headers.

Request example

The request example is as follows:

GET /?lifecycle HTTP/1.1
Host: bucket.kr.ncloudstorage.com

Response

This section describes the response format.

Response headers

For information about the headers common to all Ncloud Storage APIs, see Ncloud Storage response headers.

Response status codes

For information about the HTTP status codes common to all Ncloud Storage APIs, see Common Ncloud Storage response status codes.

Response example

The response example is as follows:

HTTP/1.1 200 OK

<?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
	<Rule>
		<ID>DeleteOldObject</ID>
		<Status>Enabled</Status>
		<Filter>
			<Prefix>logs/</Prefix>
		</Filter>
		<Expiration>
			<Days>30</Days>
		</Expiration>
	</Rule>
</LifecycleConfiguration>