doc-exports/docs/obs/s3api/en-us_topic_0125560497.html
zhangyue 5eee175e13 OBS S3 API
Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com>
Co-authored-by: zhangyue <zhangyue164@huawei.com>
Co-committed-by: zhangyue <zhangyue164@huawei.com>
2023-03-14 12:40:31 +00:00

267 lines
19 KiB
HTML

<a name="EN-US_TOPIC_0125560497"></a><a name="EN-US_TOPIC_0125560497"></a>
<h1 class="topictitle1">GET Bucket lifecycle</h1>
<div id="body27089021"><p class="msonormal" id="EN-US_TOPIC_0125560497__p58684749">You can use this operation to get the bucket lifecycle configuration.</p>
<p class="msonormal" id="EN-US_TOPIC_0125560497__p58400697">Only users granted the <strong id="EN-US_TOPIC_0125560497__b58396206519">s3:GetLifecycleConfiguration</strong> permission can view the bucket lifecycle configuration. By default, only the bucket owner can get the bucket lifecycle configuration. The bucket owner can allow other users to get the bucket lifecycle configuration by granting them the permission.</p>
<div class="section" id="EN-US_TOPIC_0125560497__section52483186"><h4 class="sectiontitle">Request Syntax</h4><pre class="screen" id="EN-US_TOPIC_0125560497__screen1406640212436">GET /?lifecycle HTTP/1.1
User-Agent: agent
Host: bucketname.obs.example.com
Accept: */*
Date: date
Authorization: authorization</pre>
</div>
<div class="section" id="EN-US_TOPIC_0125560497__section2586631"><h4 class="sectiontitle">Request Parameters</h4><p id="EN-US_TOPIC_0125560497__p27848947">This request involves no parameters.</p>
</div>
<div class="section" id="EN-US_TOPIC_0125560497__section23279683"><h4 class="sectiontitle">Request Headers</h4><p id="EN-US_TOPIC_0125560497__p41172271">This request uses common headers. For details about common request headers, see section <a href="en-us_topic_0125560462.html">Common Request Headers</a>.</p>
</div>
<div class="section" id="EN-US_TOPIC_0125560497__section8190559"><h4 class="sectiontitle">Request Elements</h4><p id="EN-US_TOPIC_0125560497__p18093058">This request involves no elements.</p>
</div>
<div class="section" id="EN-US_TOPIC_0125560497__section59061958"><h4 class="sectiontitle">Response Syntax</h4><pre class="screen" id="EN-US_TOPIC_0125560497__screen3967748918427">HTTP/1.1 200 OK
Server: Server Name
x-amz-request-id: 90E2BA0A420C00000140ED9939AF099E
x-amz-id-2: UHQoAKndcsk628TszydX75G/Q2+I5MwYJ3IJYqzEkNInMkBMn96hunAVsoiMCHZh
x-reserved: amazon, aws and amazon web services are trademarks or registered trademarks of Amazon Technologies, Inc
Content-Type: application/xml
Date: Thu, 05 Sep 2015 10:09:36 GMT
Content-Length: 425
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;LifecycleConfiguration xmlns="http://obs.example.com/doc/2015-06-30/"&gt;
&lt;Rule&gt;
&lt;ID&gt;id&lt;/ID&gt;
&lt;Prefix&gt;prefix&lt;/Prefix&gt;
&lt;Status&gt;status&lt;/Status&gt;
&lt;Expiration&gt;
&lt;Date&gt;date&lt;/Date&gt;
&lt;/Expiration&gt;
&lt;NoncurrentVersionExpiration&gt;
&lt;NoncurrentDays&gt;365&lt;/NoncurrentDays&gt;
&lt;/NoncurrentVersionExpiration&gt;
&lt;Transition&gt;
&lt;Date&gt;date&lt;/Date&gt;
&lt;StorageClass&gt;STANDARD_IA&lt;/StorageClass&gt;
&lt;/Transition&gt;
&lt;Transition&gt;
&lt;Date&gt;date&lt;/Date&gt;
&lt;StorageClass&gt;GLACIER&lt;/StorageClass&gt;
&lt;/Transition&gt;
&lt;NoncurrentVersionTransition&gt;
&lt;NoncurrentDays&gt;30&lt;/NoncurrentDays&gt;
&lt;StorageClass&gt;STANDARD_IA&lt;/StorageClass&gt;
&lt;/NoncurrentVersionTransition&gt;
&lt;NoncurrentVersionTransition&gt;
&lt;NoncurrentDays&gt;60&lt;/NoncurrentDays&gt;
&lt;StorageClass&gt;GLACIER&lt;/StorageClass&gt;
&lt;/NoncurrentVersionTransition&gt;
&lt;AbortIncompleteMultipartUpload&gt;
&lt;DaysAfterInitiation&gt;10&lt;/DaysAfterInitiation&gt;
&lt;/AbortIncompleteMultipartUpload&gt;
&lt;/Rule&gt;
&lt;/LifecycleConfiguration&gt;</pre>
</div>
<div class="section" id="EN-US_TOPIC_0125560497__section61795582"><h4 class="sectiontitle">Response Headers</h4><p id="EN-US_TOPIC_0125560497__p54402144">This response uses common headers. For details about common response headers, see section <a href="en-us_topic_0125560484.html">Common Response Headers</a>.</p>
</div>
<div class="section" id="EN-US_TOPIC_0125560497__section19289328"><h4 class="sectiontitle">Response Elements</h4><p id="EN-US_TOPIC_0125560497__p47528147">This response contains elements to detail bucket lifecycle configuration. <a href="#EN-US_TOPIC_0125560497__table28619802">Table 1</a> describes the elements.</p>
<div class="tablenoborder"><a name="EN-US_TOPIC_0125560497__table28619802"></a><a name="table28619802"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0125560497__table28619802" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Response elements for lifecycle configuration</caption><thead align="left"><tr id="EN-US_TOPIC_0125560497__row6648223"><th align="left" class="cellrowborder" valign="top" width="27.43%" id="mcps1.3.9.3.2.3.1.1"><p id="EN-US_TOPIC_0125560497__p1635228">Element</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="72.57000000000001%" id="mcps1.3.9.3.2.3.1.2"><p id="EN-US_TOPIC_0125560497__p65344633">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0125560497__row58423902"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p34715636">Date</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p60503138">Indicates when the specified rule takes effect.</p>
<p id="EN-US_TOPIC_0125560497__p7657338">The date value must conform to ISO 8601 format. The time is always midnight UTC.</p>
<p id="EN-US_TOPIC_0125560497__p1807185">Type: String</p>
<p id="EN-US_TOPIC_0125560497__p16264673">Ancestor: Expiration, Transition</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row12164329"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p45786577">Days</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p17725233">Indicates the number of days after object creation when the specified rule takes effect.</p>
<p id="EN-US_TOPIC_0125560497__p25309374">Type: Positive integer</p>
<p id="EN-US_TOPIC_0125560497__p26457778">Ancestor: Expiration, Transition</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row12445183271813"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p1559772016109">StorageClass</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p1771716481439">Indicates the new storage class of the object.</p>
<p id="EN-US_TOPIC_0125560497__p2071734816320">Type: <strong id="EN-US_TOPIC_0125560497__b6718848032">STANDARD_IA</strong> or <strong id="EN-US_TOPIC_0125560497__b107181548930">GLACIER</strong></p>
<p id="EN-US_TOPIC_0125560497__p271864812316">Ancestor: <strong id="EN-US_TOPIC_0125560497__b1171814816316">Transition, NoncurrentVersionTransition</strong></p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row96191830111812"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p39863719110">Transition</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p18718948338">Indicates the element of the transition time and new storage class (applicable to the latest version of the object) in the lifecycle configuration.</p>
<p id="EN-US_TOPIC_0125560497__p371811481310">Type: XML</p>
<p id="EN-US_TOPIC_0125560497__p1371874813317">Children: <strong id="EN-US_TOPIC_0125560497__b7718448831">Date</strong> or <strong id="EN-US_TOPIC_0125560497__b3718174813318">Days</strong></p>
<p id="EN-US_TOPIC_0125560497__p171812481331">Ancestor: <strong id="EN-US_TOPIC_0125560497__b47185482317">Rule</strong></p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row36793414"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p27476571">Expiration</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p11009764">Indicates the container for the object expiration rule.</p>
<p id="EN-US_TOPIC_0125560497__p31979016">Type: XML</p>
<p id="EN-US_TOPIC_0125560497__p19375690">Children: Date or Days</p>
<p id="EN-US_TOPIC_0125560497__p40163483">Ancestor: Rule</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row25927028"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p19714506">ID</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p53371190">Indicates the unique identifier of a rule. The value can contain a maximum of 255 characters.</p>
<p id="EN-US_TOPIC_0125560497__p10578662">Type: String</p>
<p id="EN-US_TOPIC_0125560497__p28099101">Ancestor: Rule</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row51565323"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p16041657">LifecycleConfiguration</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p24305815">Indicates the container for lifecycle rules. You can add multiple rules. The total size of the rules cannot exceed 20 KB.</p>
<p id="EN-US_TOPIC_0125560497__p17425743">Type: XML</p>
<p id="EN-US_TOPIC_0125560497__p22613965">Children: Rule</p>
<p id="EN-US_TOPIC_0125560497__p2199097">Ancestor: None</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row58895873173852"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p5836421173852">NoncurrentDays</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p1780571618050">Indicates the number of days after object is noncurrent when the specified rule takes effect.</p>
<p id="EN-US_TOPIC_0125560497__p1687068218050">Type: Positive integer</p>
<p id="EN-US_TOPIC_0125560497__p1178684417544">Ancestor: NoncurrentVersionExpiration, NoncurrentVersionTransition</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row157415549188"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p1532415515136">NoncurrentVersionTransition</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p6653003413">Indicates the element of the transition time and new storage class (applicable to historical versions) in the lifecycle configuration.</p>
<p id="EN-US_TOPIC_0125560497__p6653001543">Type: XML</p>
<p id="EN-US_TOPIC_0125560497__p7653501449">Children: NoncurrentDays, StorageClass</p>
<p id="EN-US_TOPIC_0125560497__p565310049">Ancestor: Rule</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row36811052185022"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p28905267185022">NoncurrentVersionExpiration</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p411104918235">Indicates the container for the noncurrent object expiration rule. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that OBS delete noncurrent object versions which meet the expiration rule.</p>
<p id="EN-US_TOPIC_0125560497__p35167743115110">Type: XML</p>
<p id="EN-US_TOPIC_0125560497__p48074236115110">Children: NoncurrentDays</p>
<p id="EN-US_TOPIC_0125560497__p30014947115110">Ancestor: Rule</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row9535175931420"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p18475453419">AbortIncompleteMultipartUpload</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p3768121610575">Container for specifying when the not merged parts (fragments) in an incomplete upload will be deleted.</p>
<p id="EN-US_TOPIC_0125560497__p22531162611">Type: XML</p>
<p id="EN-US_TOPIC_0125560497__p1225318162067">Children node: DaysAfterInitiation</p>
<p id="EN-US_TOPIC_0125560497__p3253316061">Ancestor node: Rule</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row1625618151512"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p3698938997">DaysAfterInitiation</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p7593183511109">Specifies the number of days since the initiation of an incomplete multipart upload that OBS will wait before deleting the not merged parts (fragments) of the upload.</p>
<p id="EN-US_TOPIC_0125560497__p14593163531010">Type: positive integer</p>
<p id="EN-US_TOPIC_0125560497__p19593133511015">Ancestor node: AbortIncompleteMultipartUpload</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row19791876"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p59638115">Prefix</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p65958035">Indicates the object key prefix identifying one or more objects to which the rule applies.</p>
<p id="EN-US_TOPIC_0125560497__p56751409">Type: String</p>
<p id="EN-US_TOPIC_0125560497__p41000636">Ancestor: Rule</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row33461405"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p26019245">Rule</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p27184073">Indicates the container for lifecycle rules.</p>
<p id="EN-US_TOPIC_0125560497__p43330072">Type: Container</p>
<p id="EN-US_TOPIC_0125560497__p54426330">Ancestor: LifecycleConfiguration</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0125560497__row20074930"><td class="cellrowborder" valign="top" width="27.43%" headers="mcps1.3.9.3.2.3.1.1 "><p id="EN-US_TOPIC_0125560497__p15456653">Status</p>
</td>
<td class="cellrowborder" valign="top" width="72.57000000000001%" headers="mcps1.3.9.3.2.3.1.2 "><p id="EN-US_TOPIC_0125560497__p44029393">Indicates whether the rule is enabled.</p>
<p id="EN-US_TOPIC_0125560497__p60720217">Type: String</p>
<p id="EN-US_TOPIC_0125560497__p9611044">Ancestor: Rule</p>
<p id="EN-US_TOPIC_0125560497__p19390540">Valid Values: Enabled, Disabled</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0125560497__section39386231"><h4 class="sectiontitle">Error Responses</h4><p id="EN-US_TOPIC_0125560497__p42842654">This response contains common errors. For details, see <a href="en-us_topic_0125560440.html#EN-US_TOPIC_0125560440__table30733758">Table 1</a>. In addition, this response contains one special error, as described in <a href="#EN-US_TOPIC_0125560497__table56251627">Table 2</a>.</p>
<div class="tablenoborder"><a name="EN-US_TOPIC_0125560497__table56251627"></a><a name="table56251627"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0125560497__table56251627" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Special error</caption><thead align="left"><tr id="EN-US_TOPIC_0125560497__row28630766"><th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.10.3.2.4.1.1"><p id="EN-US_TOPIC_0125560497__p37390672">Error Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.10.3.2.4.1.2"><p id="EN-US_TOPIC_0125560497__p8745607">Description</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.10.3.2.4.1.3"><p id="EN-US_TOPIC_0125560497__p37305595">HTTP Status Code</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0125560497__row1854355"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.10.3.2.4.1.1 "><p id="EN-US_TOPIC_0125560497__p15985080">NoSuchLifecycleConfiguration</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.10.3.2.4.1.2 "><p id="EN-US_TOPIC_0125560497__p19723089">Indicates that the bucket lifecycle configuration does not exist.</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.10.3.2.4.1.3 "><p id="EN-US_TOPIC_0125560497__p54066375">404 Not Found</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0125560497__section34097968"><h4 class="sectiontitle">Sample Request</h4><pre class="screen" id="EN-US_TOPIC_0125560497__screen1917587312522">GET /?lifecycle HTTP/1.1
User-Agent: curl/7.29.0
Host: bucketname.obs.example.com
Accept: */*
Date: Thu, 05 Sep 2013 10:09:36 +0000
Authorization: AWS B9A70C60A39C4D551A16:oNFuFZV8JLUqxsaFPI1Gs/HPRKg=</pre>
</div>
<div class="section" id="EN-US_TOPIC_0125560497__section38446258"><h4 class="sectiontitle">Sample Response</h4><pre class="screen" id="EN-US_TOPIC_0125560497__screen4652302312535">HTTP/1.1 200 OK
Server: OBS
x-amz-request-id: 90E2BA0A420C00000140ED9939AF099E
x-amz-id-2: UHQoAKndcsk628TszydX75G/Q2+I5MwYJ3IJYqzEkNInMkBMn96hunAVsoiMCHZh
x-reserved: amazon, aws and amazon web services are trademarks or registered trademarks of Amazon Technologies, Inc
Content-Type: application/xml
Date: Thu, 05 Sep 2015 10:09:36 GMT
Content-Length: 425
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;LifecycleConfiguration xmlns="http://obs.example.com/doc/2015-06-30/"&gt;
&lt;Rule&gt;
&lt;ID&gt;delete-test/-1-day&lt;/ID&gt;
&lt;Prefix&gt;test/&lt;/Prefix&gt;
&lt;Status&gt;Enabled&lt;/Status&gt;
&lt;Expiration&gt;
&lt;Date&gt;2015-07-12T00:00:00.000Z&lt;/Date&gt;
&lt;/Expiration&gt;
&lt;NoncurrentVersionExpiration&gt;
&lt;NoncurrentDays&gt;365&lt;/NoncurrentDays&gt;
&lt;/NoncurrentVersionExpiration&gt;
&lt;Transition&gt;
&lt;Date&gt;2015-07-10T00:00:00.000Z&lt;/Date&gt;
&lt;StorageClass&gt;STANDARD_IA&lt;/StorageClass&gt;
&lt;/Transition&gt;
&lt;Transition&gt;
&lt;Date&gt;2015-07-11T00:00:00.000Z&lt;/Date&gt;
&lt;StorageClass&gt;GLACIER&lt;/StorageClass&gt;
&lt;/Transition&gt;
&lt;NoncurrentVersionTransition&gt;
&lt;NoncurrentDays&gt;30&lt;/NoncurrentDays&gt;
&lt;StorageClass&gt;STANDARD_IA&lt;/StorageClass&gt;
&lt;/NoncurrentVersionTransition&gt;
&lt;NoncurrentVersionTransition&gt;
&lt;NoncurrentDays&gt;60&lt;/NoncurrentDays&gt;
&lt;StorageClass&gt;GLACIER&lt;/StorageClass&gt;
&lt;/NoncurrentVersionTransition&gt;
&lt;AbortIncompleteMultipartUpload&gt;
&lt;DaysAfterInitiation&gt;10&lt;/DaysAfterInitiation&gt;
&lt;/AbortIncompleteMultipartUpload&gt;
&lt;/Rule&gt;
&lt;/LifecycleConfiguration&gt;</pre>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0125560493.html">Operations on Buckets</a></div>
</div>
</div>