mirror of
https://github.com/minio/docs.git
synced 2025-09-02 00:02:14 +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
63 lines
1.4 KiB
ReStructuredText
63 lines
1.4 KiB
ReStructuredText
============
|
|
``mc event``
|
|
============
|
|
|
|
.. default-domain:: minio
|
|
|
|
.. contents:: Table of Contents
|
|
:local:
|
|
:depth: 2
|
|
|
|
.. mc:: mc event
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
.. start-mc-event-desc
|
|
|
|
The :mc:`mc event` command supports adding, removing, and listing bucket event notifications.
|
|
|
|
.. end-mc-event-desc
|
|
|
|
MinIO automatically sends triggered events to the configured notification targets.
|
|
MinIO supports notification targets like AMQP (RabbitMQ), Redis, ElasticSearch, NATS and PostgreSQL.
|
|
See :ref:`MinIO Bucket Notifications <minio-bucket-notifications>` for more information.
|
|
|
|
|
|
Subcommands
|
|
-----------
|
|
|
|
:mc:`mc event` includes the following subcommands:
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
:widths: 30 70
|
|
:width: 100%
|
|
|
|
* - Subcommand
|
|
- Description
|
|
|
|
* - :mc:`~mc event add`
|
|
- .. include:: /reference/minio-mc/mc-event-add.rst
|
|
:start-after: start-mc-event-add-desc
|
|
:end-before: end-mc-event-add-desc
|
|
|
|
* - :mc:`~mc event list`
|
|
- .. include:: /reference/minio-mc/mc-event-list.rst
|
|
:start-after: start-mc-event-list-desc
|
|
:end-before: end-mc-event-list-desc
|
|
|
|
* - :mc:`~mc event remove`
|
|
- .. include:: /reference/minio-mc/mc-event-remove.rst
|
|
:start-after: start-mc-event-remove-desc
|
|
:end-before: end-mc-event-remove-desc
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:hidden:
|
|
|
|
/reference/minio-mc/mc-event-add
|
|
/reference/minio-mc/mc-event-list
|
|
/reference/minio-mc/mc-event-remove
|