mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Fix typo in tier add example (#558)
This commit is contained in:
committed by
GitHub
parent
1f7ef74cf7
commit
42bb882c8b
@ -122,7 +122,7 @@ Use the :mc-cmd:`mc admin tier add` command to add a new remote storage tier:
|
|||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
:class: copyable
|
:class: copyable
|
||||||
|
|
||||||
mc admin tier add --azure TARGET TIER_NAME \
|
mc admin tier add azure TARGET TIER_NAME \
|
||||||
--endpoint https://HOSTNAME
|
--endpoint https://HOSTNAME
|
||||||
--bucket BUCKET \
|
--bucket BUCKET \
|
||||||
--prefix PREFIX
|
--prefix PREFIX
|
||||||
|
@ -121,7 +121,7 @@ service as the remote storage tier:
|
|||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
:class: copyable
|
:class: copyable
|
||||||
|
|
||||||
mc admin tier add --gcs TARGET TIER_NAME \
|
mc admin tier add gcs TARGET TIER_NAME \
|
||||||
--endpoint https://HOSTNAME \
|
--endpoint https://HOSTNAME \
|
||||||
--bucket BUCKET \
|
--bucket BUCKET \
|
||||||
--prefix PREFIX \
|
--prefix PREFIX \
|
||||||
|
@ -130,7 +130,7 @@ new remote storage tier:
|
|||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
:class: copyable
|
:class: copyable
|
||||||
|
|
||||||
mc admin tier add --s3 TARGET TIER_NAME \
|
mc admin tier add s3 TARGET TIER_NAME \
|
||||||
--endpoint https://HOSTNAME \
|
--endpoint https://HOSTNAME \
|
||||||
--bucket BUCKET \
|
--bucket BUCKET \
|
||||||
--prefix PREFIX
|
--prefix PREFIX
|
||||||
|
Reference in New Issue
Block a user