1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Fix minor typo in version-enable command

This commit is contained in:
Krishnan Parthasarathi
2022-03-07 11:21:06 -08:00
committed by Harshavardhana
parent 244d873a73
commit 19241632c9

View File

@ -65,7 +65,7 @@ Replication Requires Versioning
MinIO relies on the immutability protections provided by versioning to MinIO relies on the immutability protections provided by versioning to
synchronize objects between the source and replication target. synchronize objects between the source and replication target.
Use the :mc-cmd:`mc version suspend` command to enable versioning on Use the :mc-cmd:`mc version enable` command to enable versioning on
*both* the source and destination bucket before starting this procedure: *both* the source and destination bucket before starting this procedure:
.. code-block:: shell .. code-block:: shell
@ -531,4 +531,4 @@ Use :mc-cmd:`mc ls` to verify the object exists on the destination bucket:
If the remote target was configured *without* the If the remote target was configured *without* the
:mc-cmd:`~mc admin bucket remote add` option, the destination :mc-cmd:`~mc admin bucket remote add` option, the destination
bucket may have some delay before it receives the new object. bucket may have some delay before it receives the new object.