1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00
Files
docs/source/reference/minio-mc/mc-quota.rst
Daryl White 6482571bf2 Update mc reference docs for improved nav structure (#717)
- 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
2023-02-02 16:52:36 -06:00

59 lines
1.3 KiB
ReStructuredText

============
``mc quota``
============
.. default-domain:: minio
.. contents:: Table of Contents
:local:
:depth: 2
.. mc:: mc quota
Description
-----------
.. start-mc-quota-desc
The :mc:`mc quota` commands configure, display, or remove a hard quota limit on a bucket.
.. end-mc-quota-desc
When a bucket with a quota configured reaches the specified limit, MinIO rejects further ``PUT`` requests for the bucket.
Subcommands
-----------
:mc:`mc quota` includes the following subcommands:
.. list-table::
:header-rows: 1
:widths: 30 70
:width: 100%
* - Subcommand
- Description
* - :mc:`~mc quota clear`
- .. include:: /reference/minio-mc/mc-quota-clear.rst
:start-after: start-mc-quota-clear-desc
:end-before: end-mc-quota-clear-desc
* - :mc:`~mc quota info`
- .. include:: /reference/minio-mc/mc-quota-info.rst
:start-after: start-mc-quota-info-desc
:end-before: end-mc-quota-info-desc
* - :mc:`~mc quota set`
- .. include:: /reference/minio-mc/mc-quota-set.rst
:start-after: start-mc-quota-set-desc
:end-before: end-mc-quota-set-desc
.. toctree::
:titlesonly:
:hidden:
/reference/minio-mc/mc-quota-clear
/reference/minio-mc/mc-quota-info
/reference/minio-mc/mc-quota-set