1
0
mirror of https://github.com/minio/docs.git synced 2025-08-06 14:42:56 +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

@@ -126,7 +126,6 @@ There are several options to manage your MinIO deployments and clusters:
- The :ref:`MinIO Console <minio-console>` graphical user interface for individual instances
- In Kubernetes, with the :ref:`MinIO Operator Console <minio-operator-console>`
How does MinIO provide availability, redundancy, and reliability?
-----------------------------------------------------------------