mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Minor typo in NAME:
mc admin bucket remote - configure remote target buckets USAGE: mc admin bucket remote COMMAND [COMMAND FLAGS | -h] [ARGUMENTS...] COMMANDS: add add a new remote target edit edit remote target ls list remote target ARN(s) rm remove configured remote target bandwidth Show bandwidth info for buckets on the MinIO server in bits or bytes per second. Ki,Bi,Mi,Gi represent IEC units. FLAGS: --config-dir value, -C value path to configuration folder (default: "/home/ravindkminio/.mc") --quiet, -q disable progress bar display --no-color disable color theme --json enable JSON lines formatted output --debug enable debug output --insecure disable SSL certificate verification --help, -h show help
This commit is contained in:
@ -101,7 +101,7 @@ Syntax
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc admin bucket add SOURCE DESTINATION --service "replication" [FLAGS]
|
||||
mc admin bucket remote add SOURCE DESTINATION --service "replication" [FLAGS]
|
||||
|
||||
The command accepts the following arguments:
|
||||
|
||||
@ -116,7 +116,7 @@ Syntax
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc admin bucket add play/mybucket
|
||||
mc admin bucket remote add play/mybucket
|
||||
|
||||
.. mc-cmd:: DESTINATION
|
||||
|
||||
@ -188,7 +188,7 @@ Syntax
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc admin bucket ls SOURCE --service "replication"
|
||||
mc admin bucket remote ls SOURCE --service "replication"
|
||||
|
||||
The command accepts the following arguments:
|
||||
|
||||
@ -201,7 +201,7 @@ Syntax
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc admin bucket ls play/mybucket
|
||||
mc admin bucket remote ls play/mybucket
|
||||
|
||||
.. mc-cmd:: --service
|
||||
|
||||
@ -220,7 +220,7 @@ Syntax
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc admin bucket rm SOURCE --arn ARN
|
||||
mc admin bucket remote rm SOURCE --arn ARN
|
||||
|
||||
The command accepts the following arguments:
|
||||
|
||||
@ -236,7 +236,7 @@ Syntax
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc admin bucket remove play/mybucket
|
||||
mc admin bucket remote rm play/mybucket
|
||||
|
||||
.. mc-cmd:: ARN
|
||||
|
||||
|
Reference in New Issue
Block a user