mirror of
https://github.com/minio/docs.git
synced 2025-08-06 14:42:56 +03:00
- Adds landing pages for all two-word `mc` commands - Nests three+ word commands under appropriate two-word commands - Updates MinIO Client doc - Uses description from each command to populate list of subcommand descriptions - Modifies toctree for MinIO Client doc and each command/subcommand to improve left nav experienc Closes #710
77 lines
2.2 KiB
ReStructuredText
77 lines
2.2 KiB
ReStructuredText
================
|
|
``mc anonymous``
|
|
================
|
|
|
|
.. default-domain:: minio
|
|
|
|
.. contents:: Table of Contents
|
|
:local:
|
|
:depth: 2
|
|
|
|
.. mc:: mc anonymous
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
.. start-mc-anonymous-desc
|
|
|
|
The :mc:`mc anonymous` command supports setting or removing anonymous :ref:`policies <minio-policy>` to a bucket and its contents.
|
|
Buckets with anonymous policies allow public access where clients can perform any action granted by the policy without :ref:`authentication <minio-authentication-and-identity-management>`.
|
|
|
|
.. end-mc-anonymous-desc
|
|
|
|
Subcommands
|
|
-----------
|
|
|
|
:mc-cmd:`mc anonymous` includes the following subcommands:
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
:widths: 30 70
|
|
:width: 100%
|
|
|
|
* - Subcommand
|
|
- Description
|
|
|
|
* - :mc:`~mc anonymous get`
|
|
- .. include:: /reference/minio-mc/mc-anonymous-get.rst
|
|
:start-after: start-mc-anonymous-get-desc
|
|
:end-before: end-mc-anonymous-get-desc
|
|
|
|
* - :mc:`~mc anonymous get-json`
|
|
- .. include:: /reference/minio-mc/mc-anonymous-get-json.rst
|
|
:start-after: start-mc-anonymous-get-json-desc
|
|
:end-before: end-mc-anonymous-get-json-desc
|
|
|
|
* - :mc:`~mc anonymous links`
|
|
- .. include:: /reference/minio-mc/mc-anonymous-links.rst
|
|
:start-after: start-mc-anonymous-links-desc
|
|
:end-before: end-mc-anonymous-links-desc
|
|
|
|
* - :mc:`~mc anonymous list`
|
|
- .. include:: /reference/minio-mc/mc-anonymous-list.rst
|
|
:start-after: start-mc-anonymous-list-desc
|
|
:end-before: end-mc-anonymous-list-desc
|
|
|
|
* - :mc:`~mc anonymous set`
|
|
- .. include:: /reference/minio-mc/mc-anonymous-set.rst
|
|
:start-after: start-mc-anonymous-set-desc
|
|
:end-before: end-mc-anonymous-set-desc
|
|
|
|
* - :mc:`~mc anonymous set-json`
|
|
- .. include:: /reference/minio-mc/mc-anonymous-set-json.rst
|
|
:start-after: start-mc-anonymous-set-json-desc
|
|
:end-before: end-mc-anonymous-set-json-desc
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:hidden:
|
|
|
|
/reference/minio-mc/mc-anonymous-set
|
|
/reference/minio-mc/mc-anonymous-get
|
|
/reference/minio-mc/mc-anonymous-list
|
|
/reference/minio-mc/mc-anonymous-links
|
|
/reference/minio-mc/mc-anonymous-get-json
|
|
/reference/minio-mc/mc-anonymous-set-json
|