1
0
mirror of https://github.com/minio/docs.git synced 2025-08-09 13:02:53 +03:00

drive by copypasta fix

This commit is contained in:
Andrea Longo
2023-06-15 14:32:30 -06:00
parent c840f368f4
commit 0229fff937

View File

@@ -96,7 +96,7 @@ Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the AMQP MinIO stores undelivered events in the specified store while the AMQP
service is offline and replays the directory when connectivity resumes. service is offline and replays the stored events when connectivity resumes.
.. end-minio-notify-amqp-queue-dir .. end-minio-notify-amqp-queue-dir
@@ -205,7 +205,7 @@ Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the MQTT MinIO stores undelivered events in the specified store while the MQTT
server/broker is offline and replays the directory when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
.. end-minio-notify-mqtt-queue-dir .. end-minio-notify-mqtt-queue-dir
@@ -302,7 +302,7 @@ Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the Elasticsearch MinIO stores undelivered events in the specified store while the Elasticsearch
service is offline and replays the directory when connectivity resumes. service is offline and replays the stored events when connectivity resumes.
.. end-minio-notify-elasticsearch-queue-dir .. end-minio-notify-elasticsearch-queue-dir
@@ -360,7 +360,7 @@ Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the NSQ MinIO stores undelivered events in the specified store while the NSQ
server/broker is offline and replays the directory when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
.. end-minio-notify-nsq-queue-dir .. end-minio-notify-nsq-queue-dir
@@ -439,7 +439,7 @@ Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the Redis MinIO stores undelivered events in the specified store while the Redis
server/broker is offline and replays the directory when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
.. end-minio-notify-redis-queue-dir .. end-minio-notify-redis-queue-dir
@@ -584,7 +584,7 @@ Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the NATS MinIO stores undelivered events in the specified store while the NATS
server/broker is offline and replays the directory when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
.. end-minio-notify-nats-queue-dir .. end-minio-notify-nats-queue-dir
@@ -672,7 +672,7 @@ Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the PostgreSQL MinIO stores undelivered events in the specified store while the PostgreSQL
server/broker is offline and replays the directory when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
.. end-minio-notify-postgresql-queue-dir .. end-minio-notify-postgresql-queue-dir
@@ -771,7 +771,7 @@ Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the MySQL MinIO stores undelivered events in the specified store while the MySQL
server/broker is offline and replays the directory when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
.. end-minio-notify-mysql-queue-dir .. end-minio-notify-mysql-queue-dir
@@ -926,7 +926,7 @@ Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the Kafka MinIO stores undelivered events in the specified store while the Kafka
server/broker is offline and replays the directory when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
.. end-minio-notify-kafka-queue-dir .. end-minio-notify-kafka-queue-dir
@@ -992,7 +992,7 @@ Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the webhook MinIO stores undelivered events in the specified store while the webhook
service is offline and replays the directory when connectivity resumes. service is offline and replays the stored events when connectivity resumes.
.. end-minio-notify-webhook-queue-dir .. end-minio-notify-webhook-queue-dir
@@ -1021,4 +1021,4 @@ Defaults to ``on``.
Ensure you have at least one other admin user, such as one with the :userpolicy:`consoleAdmin` policy, before disabling the root account. Ensure you have at least one other admin user, such as one with the :userpolicy:`consoleAdmin` policy, before disabling the root account.
If you do not have another admin user, disabling the root account locks administrative access to the deployment. If you do not have another admin user, disabling the root account locks administrative access to the deployment.
.. end-minio-root-api-access .. end-minio-root-api-access