1
0
mirror of https://github.com/minio/docs.git synced 2025-08-09 13:02:53 +03:00

Mc issues (#588)

Addresses five outstanding Issues in the `mc` reference docs.

- Adds `--disable-multipart` flag for `mc mv` (Closes #516 )
- Adds `mc pipe` to reference docs (Closes #517 )
- Adds `mc undo` to reference docs (Closes #520 )
- Adds `mc support top` commands to replace `mc admin top` (Closes #526)
- Updates `mc cp`, `mc mirror`, `mc replicate`, and `mc admin replicate`
to clarify the differences in what copies (Closes #532)
This commit is contained in:
Daryl White
2022-10-03 14:45:56 -05:00
committed by GitHub
parent 59760ed079
commit 201b13324e
15 changed files with 686 additions and 11 deletions

View File

@@ -30,6 +30,11 @@ the source can MinIO *or* a local filesystem.
You can also use :mc:`mc cp` against the local filesystem to produce
similar results to the ``cp`` commandline tool.
.. note::
:mc:`mc cp` only copies the latest version or the specified version of an object without any version information or modification date.
To copy all versions, version information, and related metadata, use :mc:`mc replicate add` or :mc:`mc admin replicate`.
.. tab-set::
.. tab-item:: EXAMPLE
@@ -261,14 +266,14 @@ Parameters
:mc-cmd:`~mc cp TARGET`.
See :aws-docs:`AmazonS3/latest/dev/storage-class-intro.html` for
more information on S3 storage classses.
more information on S3 storage classes.
.. mc-cmd:: --tags
*Optional* Applies one or more tags to the copied objects.
Specify an ampersand-seperated list of key-value pairs as
Specify an ampersand-separated list of key-value pairs as
``KEY1=VALUE1&KEY2=VALUE2``, where each pair represents one tag to
assign to the objects.