Skip to content

Commit b9f77cb

Browse files
authored
Missing part of command in Object Versioning documentation (#1433)
Now there is standing: `mc version ALIAS/BUCKET` but it should be `mc version enable ALIAS/BUCKET` the `enable` part in the command example is missing
1 parent 5c927e0 commit b9f77cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/administration/object-management/object-versioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ using an S3-compatible SDK.
277277
.. code-block:: shell
278278
:class: copyable
279279
280-
mc version ALIAS/BUCKET
280+
mc version enable ALIAS/BUCKET
281281
282282
- Replace ``ALIAS`` with the :mc:`alias <mc alias>` of a configured
283283
MinIO deployment.

0 commit comments

Comments
 (0)