1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00

DOCS-807, DOCS-846, Misc. Bug fixes (#861)

Closes #807 
Closes #846 


---------

Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
This commit is contained in:
Ravind Kumar
2023-05-23 17:29:48 -04:00
committed by GitHub
parent 423e38315e
commit a6d554acdc
49 changed files with 676 additions and 168 deletions

View File

@@ -199,13 +199,13 @@ event with the configured PostgreSQL service as a target:
- Replace ``EVENTS`` with a comma-separated list of :ref:`events
<mc-event-supported-events>` for which MinIO triggers notifications.
Use :mc:`mc event list` to view all configured bucket events for
Use :mc:`mc event ls` to view all configured bucket events for
a given notification target:
.. code-block:: shell
:class: copyable
mc event list ALIAS/BUCKET arn:minio:sqs::primary:postgresql
mc event ls ALIAS/BUCKET arn:minio:sqs::primary:postgresql
4) Validate the Configured Events
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~