Files
doc-exports/docs/obs/tool-obsutil/obs_11_0065.html
weihongmin1 a41a4e0331 OBS Util 0115 Version
Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com>
Co-authored-by: weihongmin1 <weihongmin1@huawei.com>
Co-committed-by: weihongmin1 <weihongmin1@huawei.com>
2026-02-17 10:18:57 +00:00

23 lines
1.2 KiB
HTML

<a name="obs_11_0065"></a><a name="obs_11_0065"></a>
<h1 class="topictitle1">Deleting All Multipart Upload Tasks in a Bucket</h1>
<div id="body1571968784035"><p id="obs_11_0065__p1025464213316">All commands in this section use the Linux operating system as an example to describe how to delete all multipart upload tasks in a bucket.</p>
<p id="obs_11_0065__p0386153185616">Assume that bucket <strong id="obs_11_0065__b3650165105410">bucket-test</strong> contains the following multipart upload tasks:</p>
<pre class="screen" id="obs_11_0065__screen776818585566">obs://bucket-test/task1.txt uploadid1
obs://bucket-test/task1.txt uploadid2
obs://bucket-test/task2.txt uploadid3
obs://bucket-test/task3.txt uploadid4
obs://bucket-test/src1/
obs://bucket-test/src1/task4.txt uploadid5
obs://bucket-test/src2/
obs://bucket-test/src2/task5.txt uploadid6</pre>
<p id="obs_11_0065__p1358594918488">You can run the following command to delete all fragments of multipart upload tasks in the bucket at a time:</p>
<pre class="screen" id="obs_11_0065__screen12505975119">./obsutil abort obs://bucket-test -r -f</pre>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="obs_11_0027.html">Common Examples</a></div>
</div>
</div>