1
0
mirror of https://github.com/minio/docs.git synced 2025-08-09 13:02:53 +03:00

Standardizing mc command format and layout

This commit is contained in:
ravindk89
2020-10-07 20:11:09 -04:00
parent e3e9caf593
commit 179722e56a
33 changed files with 2287 additions and 1884 deletions

View File

@@ -0,0 +1,8 @@
.. start-command-requires-locking-desc
The bucket *must* have object locking enabled to use this command.
You can only enable object locking when creating a bucket. See
:mc-cmd-option:`mc mb with-lock` for more information on creating buckets
with object locking enabled.
.. end-command-requires-locking-desc

View File

@@ -128,4 +128,14 @@ Directs |command-3| to operate only on the specified object version.
that supports :ref:`minio-bucket-versioning`. For MinIO deployments, use
:mc-cmd:`mc version` to enable or disable bucket versioning.
.. end-version-id-desc-3
.. end-version-id-desc-3
.. start-versioning-admonition
.. admonition:: Requires Versioning
:class: note
|command| requires :ref:`bucket versioning <minio-bucket-versioning>` to
use this feature. Use :mc:`mc version` to enable versioning on a bucket.
.. end-versioning-admonition