1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Adds info on certificates with the MinIO Client (#782)

- Adds a new section on certificates to the MinIO Client page
- Adds a new section in Behaviors to the mc alias set page
- Minor fix to a --json flag command in version doc

Closes #781
This commit is contained in:
Daryl White
2023-03-30 13:04:10 -05:00
committed by GitHub
parent e301ca757b
commit 199d1eb1d4
3 changed files with 40 additions and 2 deletions

View File

@ -302,7 +302,7 @@ You can exclude up to 10 prefixes for each bucket.
To add or remove prefixes, repeat the :mc-cmd:`mc version enable` command with an updated list.
The new list of prefixes replaces the previous one.
To view the currently excluded prefixes, use :mc-cmd:`mc version info` with the :mc-cmd:`~mc version enable --JSON` option:
To view the currently excluded prefixes, use :mc-cmd:`mc version info` with the ``--JSON`` option:
.. code-block:: shell
:class: copyable