1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Add --incomplete to mc rm --incomplete example (#755)

Current example for `Remove All Incomplete Upload Files for an Object`
shows the command for `Recursively Remove a Bucket's Contents`.

This PR adds the `--incomplete` flag to the `Remove All Incomplete
Upload Files for an Object` example.

Co-authored-by: Nico Vaatstra <nico.vaatstra@open-xchange.com>
This commit is contained in:
nvaatstra
2023-03-14 15:36:03 +01:00
committed by GitHub
parent 7e5831c5da
commit 09e79cba9a

View File

@ -323,7 +323,7 @@ incomplete upload files for an object.
.. code-block:: shell
:class: copyable
mc rm --recursive --force ALIAS/PATH
mc rm --incomplete --recursive --force ALIAS/PATH
- Replace :mc-cmd:`ALIAS <mc rm ALIAS>` with the :mc:`alias <mc alias>` of
a configured S3-compatible service.