doc-exports/docs/obs/api-ref/obs_04_0035.html
Jawei, Li f1cb839979 OBS api-ref 2.0.38.SP5
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Jawei, Li <lijiawei5@huawei.com>
Co-committed-by: Jawei, Li <lijiawei5@huawei.com>
2022-11-03 11:54:51 +00:00

356 lines
21 KiB
HTML

<a name="obs_04_0035"></a><a name="obs_04_0035"></a>
<h1 class="topictitle1">Obtaining Bucket Lifecycle Configuration</h1>
<div id="body30128800"><div class="section" id="obs_04_0035__section5584184924715"><h4 class="sectiontitle">Functions</h4><p class="msonormal" id="obs_04_0035__p15802564">This operation obtains the bucket lifecycle configuration.</p>
<p class="msonormal" id="obs_04_0035__p8005348">To perform this operation, you must have the <strong id="obs_04_0035__b32263784">GetLifecycleConfiguration</strong> permission. By default, only the bucket owner can perform this operation. The bucket owner can grant the permission to other users by configuring the bucket policy or user policy.</p>
</div>
<div class="section" id="obs_04_0035__section4939268"><h4 class="sectiontitle">Request Syntax</h4><div class="codecoloring" codetype="Xml" id="obs_04_0035__screen24513731"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1
2
3
4</pre></div></td><td class="code"><div class="highlight"><pre><span></span>GET /?lifecycle HTTP/1.1
Host: bucketname.obs.region.example.com
Date: date
Authorization: authorization
</pre></div>
</td></tr></table></div>
</div>
<div class="section" id="obs_04_0035__section44453413"><h4 class="sectiontitle">Request Parameters</h4><p class="msonormal" id="obs_04_0035__p15223485">This request contains no parameter.</p>
</div>
<div class="section" id="obs_04_0035__section64536400"><h4 class="sectiontitle">Request Headers</h4><p class="msonormal" id="obs_04_0035__p25142750">This request uses common headers. For details, see <a href="obs_04_0007.html#obs_04_0007__table25197309">Table 3</a>.</p>
</div>
<div class="section" id="obs_04_0035__section43956695"><h4 class="sectiontitle">Request Elements</h4><p class="msonormal" id="obs_04_0035__p8345517">This request involves no elements.</p>
</div>
<div class="section" id="obs_04_0035__section60065937"><h4 class="sectiontitle">Response Syntax</h4><div class="codecoloring" codetype="Xml" id="obs_04_0035__screen4898261"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre> 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39</pre></div></td><td class="code"><div class="highlight"><pre><span></span>HTTP/1.1 status_code
Date: date
Content-Type: application/xml
Date: date
Content-Length: length
<span class="cp">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;</span>
<span class="nt">&lt;LifecycleConfiguration</span> <span class="na">xmlns=</span><span class="s">&quot;http://obs.region.example.com/doc/2015-06-30/&quot;</span><span class="nt">&gt;</span>
<span class="nt">&lt;Rule&gt;</span>
<span class="nt">&lt;ID&gt;</span>id<span class="nt">&lt;/ID&gt;</span>
<span class="nt">&lt;Prefix&gt;</span>prefix<span class="nt">&lt;/Prefix&gt;</span>
<span class="nt">&lt;Status&gt;</span>status<span class="nt">&lt;/Status&gt;</span>
<span class="nt">&lt;Expiration&gt;</span>
<span class="nt">&lt;Date&gt;</span>date<span class="nt">&lt;/Date&gt;</span>
<span class="nt">&lt;/Expiration&gt;</span>
<span class="nt">&lt;NoncurrentVersionExpiration&gt;</span>
<span class="nt">&lt;NoncurrentDays&gt;</span>days<span class="nt">&lt;/NoncurrentDays&gt;</span>
<span class="nt">&lt;/NoncurrentVersionExpiration&gt;</span>
<span class="nt">&lt;Transition&gt;</span>
<span class="nt">&lt;Date&gt;</span>date<span class="nt">&lt;/Date&gt;</span>
<span class="nt">&lt;StorageClass&gt;</span>WARM<span class="nt">&lt;/StorageClass&gt;</span>
<span class="nt">&lt;/Transition&gt;</span>
<span class="nt">&lt;Transition&gt;</span>
<span class="nt">&lt;Date&gt;</span>date<span class="nt">&lt;/Date&gt;</span>
<span class="nt">&lt;StorageClass&gt;</span>COLD<span class="nt">&lt;/StorageClass&gt;</span>
<span class="nt">&lt;/Transition&gt;</span>
<span class="nt">&lt;NoncurrentVersionTransition&gt;</span>
<span class="nt">&lt;NoncurrentDays&gt;</span>30<span class="nt">&lt;/NoncurrentDays&gt;</span>
<span class="nt">&lt;StorageClass&gt;</span>WARM<span class="nt">&lt;/StorageClass&gt;</span>
<span class="nt">&lt;/NoncurrentVersionTransition&gt;</span>
<span class="nt">&lt;NoncurrentVersionTransition&gt;</span>
<span class="nt">&lt;NoncurrentDays&gt;</span>60<span class="nt">&lt;/NoncurrentDays&gt;</span>
<span class="nt">&lt;StorageClass&gt;</span>COLD<span class="nt">&lt;/StorageClass&gt;</span>
<span class="nt">&lt;/NoncurrentVersionTransition&gt;</span>
<span class="nt">&lt;AbortIncompleteMultipartUpload&gt;</span>
<span class="nt">&lt;DaysAfterInitiation&gt;</span>10<span class="nt">&lt;/DaysAfterInitiation&gt;</span>
<span class="nt">&lt;/AbortIncompleteMultipartUpload&gt;</span>
<span class="nt">&lt;/Rule&gt;</span>
<span class="nt">&lt;/LifecycleConfiguration&gt;</span>
</pre></div>
</td></tr></table></div>
</div>
<div class="section" id="obs_04_0035__section3722529"><h4 class="sectiontitle">Response Headers</h4><p class="msonormal" id="obs_04_0035__p1512332591013">The response to the request uses common headers. For details, see <a href="obs_04_0013.html#obs_04_0013__d0e686">Table 1</a>.</p>
</div>
<div class="section" id="obs_04_0035__section33502767"><h4 class="sectiontitle">Response Elements</h4><p class="msonormal" id="obs_04_0035__p44177008">This response contains elements to detail the configuration. <a href="#obs_04_0035__table11521331184255">Table 1</a> describes the elements.</p>
<div class="tablenoborder"><a name="obs_04_0035__table11521331184255"></a><a name="table11521331184255"></a><table cellpadding="4" cellspacing="0" summary="" id="obs_04_0035__table11521331184255" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Response elements for lifecycle configuration</caption><thead align="left"><tr id="obs_04_0035__row8850090"><th align="left" class="cellrowborder" valign="top" width="37.37373737373738%" id="mcps1.3.8.3.2.3.1.1"><p id="obs_04_0035__p45768667">Element</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="62.62626262626263%" id="mcps1.3.8.3.2.3.1.2"><p id="obs_04_0035__p16274578">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="obs_04_0035__row43172404"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p7303851">Date</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p54741087">Specifies that OBS executes lifecycle rules for objects before the specified date. The date must be compliant with the ISO8601 format, and the time must be compliant with the UTC format of 00:00:00. For example: <strong id="obs_04_0035__b626951513428">2018-01-01T00:00:00.000Z</strong>, which indicates that objects whose last modification time is earlier than <strong id="obs_04_0035__b11270111594219">2018-01-01T00:00:00.000Z</strong> are deleted or transitioned to other storage classes. Objects whose last modification time is equal to or later than the specified time are not deleted or dumped.</p>
<p id="obs_04_0035__p4843063">Type: string</p>
<p id="obs_04_0035__p43587572">Ancestor node: Expiration, Transition</p>
</td>
</tr>
<tr id="obs_04_0035__row56743836"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p32847989">Days</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p12358241112916">Specifies the number of days (since the latest update to the latest object version) after which the lifecycle rule is executed.</p>
<p id="obs_04_0035__p43441451">Type: positive integer</p>
<p id="obs_04_0035__p29096613">Ancestor node: Expiration, Transition</p>
</td>
</tr>
<tr id="obs_04_0035__row60542927"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p5030059">StorageClass</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p4781631">The storage class to which the object is transitioned.</p>
<p id="obs_04_0035__p43034686">Type: string WARM or COLD</p>
<p id="obs_04_0035__p51767860">Ancestor node: Transition, NoncurrentVersionTransition</p>
</td>
</tr>
<tr id="obs_04_0035__row63257562"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p23588931">Transition</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p31655264">Transition time and the object storage class after transition (valid only for the latest object version).</p>
<p id="obs_04_0035__p16461926">Type: XML</p>
<p id="obs_04_0035__p13939610">Children node: Date or Days</p>
<p id="obs_04_0035__p58347629">Ancestor node: Rule</p>
</td>
</tr>
<tr id="obs_04_0035__row55366616"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p55510915">Expiration</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p90242">Container for the object expiration rule.</p>
<p id="obs_04_0035__p812181">Type: XML</p>
<p id="obs_04_0035__p7309630">Children node: Date or Days</p>
<p id="obs_04_0035__p65786670">Ancestor node: Rule</p>
</td>
</tr>
<tr id="obs_04_0035__row55209118"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p42753546">ID</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p40485227">Unique identifier of a rule. The value can contain a maximum of 255 characters.</p>
<p id="obs_04_0035__p28822731">Type: string</p>
<p id="obs_04_0035__p58077993">Ancestor node: Rule</p>
</td>
</tr>
<tr id="obs_04_0035__row52939894"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p60273034">LifecycleConfiguration</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p50277549">Container for lifecycle rules. You can add multiple rules. The total size of the rules cannot exceed 20 KB.</p>
<p id="obs_04_0035__p49844765">Type: XML</p>
<p id="obs_04_0035__p45949706">Children node: Rule</p>
<p id="obs_04_0035__p10894173">Ancestor node: none</p>
</td>
</tr>
<tr id="obs_04_0035__row30938695"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p23006348">NoncurrentDays</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p51574914">Number of days when the specified rule takes effect after the object becomes a historical version.</p>
<p id="obs_04_0035__p61521047">Type: positive integer</p>
<p id="obs_04_0035__p16818512">Ancestor node: NoncurrentVersionExpiration, NoncurrentVersionTransition</p>
</td>
</tr>
<tr id="obs_04_0035__row17148888"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p46882719">NoncurrentVersionTransition</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p39403857">Transition time of historical object versions and the object storage class after transition.</p>
<p id="obs_04_0035__p19090399">Type: XML</p>
<p id="obs_04_0035__p37595864">Children node: NoncurrentDays, StorageClass</p>
<p id="obs_04_0035__p2818463">Ancestor node: Rule</p>
</td>
</tr>
<tr id="obs_04_0035__row25366172"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p41394052">NoncurrentVersionExpiration</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p64583929">Container for the expiration time of objects' historical versions. If versioning is enabled or suspended for a bucket, you can set <strong id="obs_04_0035__b1225310914382">NoncurrentVersionExpiration</strong> to delete objects whose life cycles have expired.</p>
<p id="obs_04_0035__p44384451">Type: XML</p>
<p id="obs_04_0035__p63915746">Children node: NoncurrentDays</p>
<p id="obs_04_0035__p38370806">Ancestor node: Rule</p>
</td>
</tr>
<tr id="obs_04_0035__row1984565701913"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p18475453419">AbortIncompleteMultipartUpload</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p3768121610575">Container for specifying when the not merged parts (fragments) in an incomplete upload will be deleted.</p>
<p id="obs_04_0035__p22531162611">Type: XML</p>
<p id="obs_04_0035__p1225318162067">Children node: DaysAfterInitiation</p>
<p id="obs_04_0035__p3253316061">Ancestor node: Rule</p>
</td>
</tr>
<tr id="obs_04_0035__row1431110182015"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p3698938997">DaysAfterInitiation</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__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="obs_04_0035__p14593163531010">Type: positive integer</p>
<p id="obs_04_0035__p19593133511015">Ancestor node: AbortIncompleteMultipartUpload</p>
</td>
</tr>
<tr id="obs_04_0035__row9792936"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p55030322">Prefix</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p28271080">Object name prefix identifying one or more objects to which the rule applies.</p>
<p id="obs_04_0035__p53113136">Type: string</p>
<p id="obs_04_0035__p8256180">Ancestor node: Rule</p>
</td>
</tr>
<tr id="obs_04_0035__row7196756"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p46066393">Rule</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p40390375">Container for a specific lifecycle rule.</p>
<p id="obs_04_0035__p27969056">Type: container</p>
<p id="obs_04_0035__p50394917">Ancestor node: LifecycleConfiguration</p>
</td>
</tr>
<tr id="obs_04_0035__row50901069"><td class="cellrowborder" valign="top" width="37.37373737373738%" headers="mcps1.3.8.3.2.3.1.1 "><p id="obs_04_0035__p29345943">Status</p>
</td>
<td class="cellrowborder" valign="top" width="62.62626262626263%" headers="mcps1.3.8.3.2.3.1.2 "><p id="obs_04_0035__p28211173">Indicates whether the rule is enabled.</p>
<p id="obs_04_0035__p52573969">Type: string</p>
<p id="obs_04_0035__p3403680">Ancestor node: Rule</p>
<p id="obs_04_0035__p30633121">Value options: Enabled, Disabled</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="obs_04_0035__section33089452"><h4 class="sectiontitle">Error Responses</h4><p class="msonormal" id="obs_04_0035__p65363754"><a href="#obs_04_0035__table1335025184517">Table 2</a> describes possible special errors in the request.</p>
<div class="tablenoborder"><a name="obs_04_0035__table1335025184517"></a><a name="table1335025184517"></a><table cellpadding="4" cellspacing="0" summary="" id="obs_04_0035__table1335025184517" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Special error</caption><thead align="left"><tr id="obs_04_0035__row10947750"><th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.9.3.2.4.1.1"><p id="obs_04_0035__p14352568">Error Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.9.3.2.4.1.2"><p id="obs_04_0035__p21707383">Description</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.9.3.2.4.1.3"><p id="obs_04_0035__p13467594">HTTP Status Code</p>
</th>
</tr>
</thead>
<tbody><tr id="obs_04_0035__row17133338"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.1 "><p id="obs_04_0035__p45623118">NoSuchLifecycleConfiguration</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.2 "><p id="obs_04_0035__p4485071">The bucket lifecycle configuration does not exist.</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.3 "><p id="obs_04_0035__p27746436">404 Not Found</p>
</td>
</tr>
</tbody>
</table>
</div>
<p class="msonormal" id="obs_04_0035__p48391333">For other errors, see <a href="obs_04_0115.html#obs_04_0115__d0e843">Table 2</a>.</p>
</div>
<div class="section" id="obs_04_0035__section14482163815396"><h4 class="sectiontitle">Sample Request</h4><div class="codecoloring" codetype="Xml" id="obs_04_0035__screen8484163863919"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1
2
3
4
5
6</pre></div></td><td class="code"><div class="highlight"><pre><span></span>GET /?lifecycle HTTP/1.1
User-Agent: curl/7.29.0
Host: examplebucket.obs.region.example.com
Accept: */*
Date: WED, 01 Jul 2015 03:06:56 GMT
Authorization: OBS H4IPJX0TQTHTHEBQQCEC:/Nof9FCNANfzIXDS0NDp1IfDu8I=
</pre></div>
</td></tr></table></div>
</div>
<div class="section" id="obs_04_0035__section76081155815"><h4 class="sectiontitle">Sample Response</h4><div class="codecoloring" codetype="Xml" id="obs_04_0035__screen8485113814"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre> 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41</pre></div></td><td class="code"><div class="highlight"><pre><span></span>HTTP/1.1 200 OK
Server: OBS
x-obs-request-id: BF260000016436BA5684FF5A10370EDB
x-obs-id-2: 32AAAQAAEAABAAAQAAEAABAAAQAAEAABCSEMKZSIeboCA1eAukgYOOAd7oX3ZONn
Content-Type: application/xml
Date: WED, 01 Jul 2015 03:06:56 GMT
Content-Length: 919
<span class="cp">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;</span>
<span class="nt">&lt;LifecycleConfiguration&gt;</span>
<span class="nt">&lt;Rule&gt;</span>
<span class="nt">&lt;ID&gt;</span>delete-2-days<span class="nt">&lt;/ID&gt;</span>
<span class="nt">&lt;Prefix&gt;</span>test/<span class="nt">&lt;/Prefix&gt;</span>
<span class="nt">&lt;Status&gt;</span>Enabled<span class="nt">&lt;/Status&gt;</span>
<span class="nt">&lt;Expiration&gt;</span>
<span class="nt">&lt;Days&gt;</span>2<span class="nt">&lt;/Days&gt;</span>
<span class="nt">&lt;/Expiration&gt;</span>
<span class="nt">&lt;NoncurrentVersionExpiration&gt;</span>
<span class="nt">&lt;NoncurrentDays&gt;</span>5<span class="nt">&lt;/NoncurrentDays&gt;</span>
<span class="nt">&lt;/NoncurrentVersionExpiration&gt;</span>
<span class="nt">&lt;Transition&gt;</span>
<span class="nt">&lt;Days&gt;</span>30<span class="nt">&lt;/Days&gt;</span>
<span class="nt">&lt;StorageClass&gt;</span>WARM<span class="nt">&lt;/StorageClass&gt;</span>
<span class="nt">&lt;/Transition&gt;</span>
<span class="nt">&lt;Transition&gt;</span>
<span class="nt">&lt;Days&gt;</span>60<span class="nt">&lt;/Days&gt;</span>
<span class="nt">&lt;StorageClass&gt;</span>COLD<span class="nt">&lt;/StorageClass&gt;</span>
<span class="nt">&lt;/Transition&gt;</span>
<span class="nt">&lt;NoncurrentVersionTransition&gt;</span>
<span class="nt">&lt;NoncurrentDays&gt;</span>30<span class="nt">&lt;/NoncurrentDays&gt;</span>
<span class="nt">&lt;StorageClass&gt;</span>WARM<span class="nt">&lt;/StorageClass&gt;</span>
<span class="nt">&lt;/NoncurrentVersionTransition&gt;</span>
<span class="nt">&lt;NoncurrentVersionTransition&gt;</span>
<span class="nt">&lt;NoncurrentDays&gt;</span>60<span class="nt">&lt;/NoncurrentDays&gt;</span>
<span class="nt">&lt;StorageClass&gt;</span>COLD<span class="nt">&lt;/StorageClass&gt;</span>
<span class="nt">&lt;/NoncurrentVersionTransition&gt;</span>
<span class="nt">&lt;AbortIncompleteMultipartUpload&gt;</span>
<span class="nt">&lt;DaysAfterInitiation&gt;</span>10<span class="nt">&lt;/DaysAfterInitiation&gt;</span>
<span class="nt">&lt;/AbortIncompleteMultipartUpload&gt;</span>
<span class="nt">&lt;/Rule&gt;</span>
<span class="nt">&lt;/LifecycleConfiguration&gt;</span>
</pre></div>
</td></tr></table></div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="obs_04_0026.html">Advanced Bucket Settings</a></div>
</div>
</div>