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:
@ -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.
|
||||
|
Reference in New Issue
Block a user