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

Final pass on platformization (#555)

This commit is contained in:
Ravind Kumar
2022-09-16 16:40:20 -04:00
committed by GitHub
parent 5efcffbff1
commit d815aa9ce8
144 changed files with 1510 additions and 1102 deletions

View File

@@ -183,7 +183,7 @@ the associated Elasticsearch deployment as a target.
3) Configure Bucket Notifications using the Elasticsearch Endpoint as a Target
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Use the :mc-cmd:`mc event add` command to add a new bucket notification
Use the :mc:`mc event add` command to add a new bucket notification
event with the configured Elasticsearch service as a target:
.. code-block:: shell
@@ -198,7 +198,7 @@ event with the configured Elasticsearch 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-cmd:`mc event list` to view all configured bucket events for
Use :mc:`mc event list` to view all configured bucket events for
a given notification target:
.. code-block:: shell
@@ -216,7 +216,7 @@ when configuring the bucket notification.
For example, if the bucket notification configuration includes the
``s3:ObjectCreated:Put`` event, you can use the
:mc-cmd:`mc cp` command to create a new object in the bucket and trigger
:mc:`mc cp` command to create a new object in the bucket and trigger
a notification.
.. code-block:: shell
@@ -335,7 +335,7 @@ notification.
For example, if the bucket notification configuration includes the
``s3:ObjectCreated:Put`` event, you can use the
:mc-cmd:`mc cp` command to create a new object in the bucket and trigger
:mc:`mc cp` command to create a new object in the bucket and trigger
a notification.
.. code-block:: shell