From b6751b3bdab893d2d01ddcd00d4f4ee81a3cae7f Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Mon, 13 Jun 2022 09:49:23 -0400 Subject: [PATCH] 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 --- .../minio-mc-admin/mc-admin-bucket-remote.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/reference/minio-mc-admin/mc-admin-bucket-remote.rst b/source/reference/minio-mc-admin/mc-admin-bucket-remote.rst index 51c1af4d..9a249c0d 100644 --- a/source/reference/minio-mc-admin/mc-admin-bucket-remote.rst +++ b/source/reference/minio-mc-admin/mc-admin-bucket-remote.rst @@ -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