From 27e2f48b2dc7ad85adfda059ce029f2a52180d43 Mon Sep 17 00:00:00 2001 From: Andrea Longo Date: Wed, 23 Aug 2023 14:40:09 -0600 Subject: [PATCH] Standardize wording of envvar/mc admin config links (#966) This change standardizes the text for the "`foo` corresponds with `bar`" links between the list of envvars and `mc admin config` settings. (Thanks to @djwfyi for the suggestion.) It also includes some opportunistic rejoining of hard wrapped lines. Staged: http://192.241.195.202:9000/staging/DOCS-919-5-envvar-cmd-links/linux/reference/minio-mc-admin/mc-admin-config.html http://192.241.195.202:9000/staging/DOCS-919-5-envvar-cmd-links/linux/reference/minio-server/minio-server.html --- .../minio-mc-admin/mc-admin-config.rst | 434 +++++--------- .../reference/minio-server/minio-server.rst | 546 ++++++------------ 2 files changed, 319 insertions(+), 661 deletions(-) diff --git a/source/reference/minio-mc-admin/mc-admin-config.rst b/source/reference/minio-mc-admin/mc-admin-config.rst index 6b6aaab3..36dcd5df 100644 --- a/source/reference/minio-mc-admin/mc-admin-config.rst +++ b/source/reference/minio-mc-admin/mc-admin-config.rst @@ -111,7 +111,7 @@ API Configuration :start-after: start-minio-api-sync-events :end-before: end-minio-api-sync-events - Corresponds with the :envvar:`MINIO_API_SYNC_EVENTS` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_API_SYNC_EVENTS` environment variable. .. _minio-server-config-logging-logs: @@ -157,8 +157,7 @@ HTTP Webhook Log Target The HTTP endpoint of the webhook. - This setting corresponds to the - :envvar:`MINIO_LOGGER_WEBHOOK_ENDPOINT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_LOGGER_WEBHOOK_ENDPOINT` environment variable. .. mc-conf:: auth_token @@ -167,8 +166,7 @@ HTTP Webhook Log Target The JSON Web Token (JWT) to use for authenticating to the HTTP webhook. Omit for webhooks which do not enforce authentication. - This setting corresponds to the - :envvar:`MINIO_LOGGER_WEBHOOK_AUTH_TOKEN` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_LOGGER_WEBHOOK_AUTH_TOKEN` environment variable. .. mc-conf:: client_cert @@ -176,7 +174,7 @@ HTTP Webhook Log Target The path to the mTLS certificate to use for authenticating to the webhook logger. - This setting corresponds to the :envvar:`MINIO_LOGGER_WEBHOOK_CLIENT_CERT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_LOGGER_WEBHOOK_CLIENT_CERT` environment variable. .. mc-conf:: client_key @@ -184,7 +182,7 @@ HTTP Webhook Log Target The path to the mTLS certificate key to use to authenticate with the webhook logger service. - This setting corresponds to the :envvar:`MINIO_LOGGER_WEBHOOK_CLIENT_KEY` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_LOGGER_WEBHOOK_CLIENT_KEY` environment variable. .. mc-conf:: proxy @@ -194,8 +192,7 @@ HTTP Webhook Log Target Define a proxy to use for the webhook logger when communicating from MinIO to external webhooks. - This setting corresponds to the - :envvar:`MINIO_LOGGER_WEBHOOK_PROXY` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_LOGGER_WEBHOOK_PROXY` environment variable. .. mc-conf:: queue_dir @@ -208,8 +205,7 @@ HTTP Webhook Log Target MinIO stores undelivered events in the specified store while the webhook service is offline and replays the stored events when connectivity resumes. - This setting corresponds to the - :envvar:`MINIO_LOGGER_WEBHOOK_QUEUE_DIR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_LOGGER_WEBHOOK_QUEUE_DIR` environment variable. .. mc-conf:: queue_size @@ -218,8 +214,7 @@ HTTP Webhook Log Target An integer value to use for the queue size for logger webhook targets. The default is ``100000`` events. - This setting corresponds to the - :envvar:`MINIO_LOGGER_WEBHOOK_QUEUE_SIZE` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_LOGGER_WEBHOOK_QUEUE_SIZE` environment variable. .. _minio-server-config-logging-audit: @@ -265,8 +260,7 @@ HTTP Webhook Audit Log Target The HTTP endpoint of the webhook. - This setting corresponds to the - :envvar:`MINIO_AUDIT_WEBHOOK_ENDPOINT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_WEBHOOK_ENDPOINT` environment variable. .. mc-conf:: auth_token @@ -275,8 +269,7 @@ HTTP Webhook Audit Log Target The JSON Web Token (JWT) to use for authenticating to the HTTP webhook. Omit for webhooks which do not enforce authentication. - This setting corresponds to the - :envvar:`MINIO_AUDIT_WEBHOOK_AUTH_TOKEN` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_WEBHOOK_AUTH_TOKEN` environment variable. .. mc-conf:: client_cert @@ -287,8 +280,7 @@ HTTP Webhook Audit Log Target Requires specifying :mc-conf:`~audit_webhook.client_key`. - This setting corresponds to the - :envvar:`MINIO_AUDIT_WEBHOOK_CLIENT_CERT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_WEBHOOK_CLIENT_CERT` environment variable. .. mc-conf:: client_key @@ -299,7 +291,7 @@ HTTP Webhook Audit Log Target Requires specifying :mc-conf:`~audit_webhook.client_cert`. - This setting corresponds to the :envvar:`MINIO_AUDIT_WEBHOOK_CLIENT_KEY` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_WEBHOOK_CLIENT_KEY` environment variable. .. mc-conf:: queue_dir @@ -312,7 +304,7 @@ HTTP Webhook Audit Log Target MinIO stores undelivered events in the specified store while the webhook service is offline and replays the stored events when connectivity resumes. - This setting corresponds to the :envvar:`MINIO_AUDIT_WEBHOOK_QUEUE_DIR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_WEBHOOK_QUEUE_DIR` environment variable. .. mc-conf:: queue_size @@ -321,7 +313,7 @@ HTTP Webhook Audit Log Target An integer value to use for the queue size for webhook targets. The default is ``100000`` events. - This setting corresponds to the :envvar:`MINIO_AUDIT_WEBHOOK_QUEUE_SIZE` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_WEBHOOK_QUEUE_SIZE` environment variable. .. _minio-server-config-logging-kafka-audit: @@ -351,7 +343,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-brokers-desc :end-before: end-minio-kafka-audit-logging-brokers-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_BROKERS` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_BROKERS` environment variable. .. mc-conf:: topic :required: @@ -361,7 +353,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-topic-desc :end-before: end-minio-kafka-audit-logging-topic-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_TOPIC` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_TOPIC` environment variable. .. mc-conf:: tls :optional: @@ -371,7 +363,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-tls-desc :end-before: end-minio-kafka-audit-logging-tls-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_TLS` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_TLS` environment variable. .. mc-conf:: tls_skip_verify :optional: @@ -381,7 +373,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-tls-skip-verify-desc :end-before: end-minio-kafka-audit-logging-tls-skip-verify-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_TLS_SKIP_VERIFY` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_TLS_SKIP_VERIFY` environment variable. .. mc-conf:: tls_client_auth :optional: @@ -393,7 +385,7 @@ Kafka Audit Log Target Requires specifying :mc-conf:`~audit_kafka.client_tls_cert` and :mc-conf:`~audit_kafka.client_tls_key`. - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_TLS_CLIENT_AUTH` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_TLS_CLIENT_AUTH` environment variable. .. mc-conf:: client_tls_cert :optional: @@ -403,7 +395,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-client-tls-cert-desc :end-before: end-minio-kafka-audit-logging-client-tls-cert-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_CLIENT_TLS_CERT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_CLIENT_TLS_CERT` environment variable. .. mc-conf:: client_tls_key @@ -414,7 +406,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-client-tls-key-desc :end-before: end-minio-kafka-audit-logging-client-tls-key-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_CLIENT_TLS_KEY` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_CLIENT_TLS_KEY` environment variable. .. mc-conf:: sasl :optional: @@ -426,7 +418,7 @@ Kafka Audit Log Target Requires specifying :mc-conf:`~audit_kafka.sasl_username` and :mc-conf:`~audit_kafka.sasl_password`. - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_SASL` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_SASL` environment variable. .. mc-conf:: sasl_username @@ -437,7 +429,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-sasl-username-desc :end-before: end-minio-kafka-audit-logging-sasl-username-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_SASL_USERNAME` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_SASL_USERNAME` environment variable. .. mc-conf:: sasl_password :optional: @@ -447,7 +439,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-sasl-password-desc :end-before: end-minio-kafka-audit-logging-sasl-password-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_SASL_PASSWORD` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_SASL_PASSWORD` environment variable. .. mc-conf:: sasl_mechanism :optional: @@ -457,7 +449,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-sasl-mechanism-desc :end-before: end-minio-kafka-audit-logging-sasl-mechanism-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_SASL_MECHANISM` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_SASL_MECHANISM` environment variable. .. important:: @@ -472,7 +464,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-version-desc :end-before: end-minio-kafka-audit-logging-version-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_VERSION` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_VERSION` environment variable. .. mc-conf:: comment :optional: @@ -482,7 +474,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-comment-desc :end-before: end-minio-kafka-audit-logging-comment-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_COMMENT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_COMMENT` environment variable. .. mc-conf:: queue_dir :optional: @@ -492,7 +484,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-queue-dir-desc :end-before: end-minio-kafka-audit-logging-queue-dir-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_QUEUE_DIR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_QUEUE_DIR` environment variable. .. mc-conf:: queue_size :optional: @@ -502,7 +494,7 @@ Kafka Audit Log Target :start-after: start-minio-kafka-audit-logging-queue-size-desc :end-before: end-minio-kafka-audit-logging-queue-size-desc - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_QUEUE_SIZE` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_AUDIT_KAFKA_QUEUE_SIZE` environment variable. .. _minio-server-config-bucket-notification-amqp: @@ -555,8 +547,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-url :end-before: end-minio-notify-amqp-url - This key corresponds to the :envvar:`MINIO_NOTIFY_AMQP_URL` environment - variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_URL` environment variable. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -571,8 +562,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-exchange :end-before: end-minio-notify-amqp-exchange - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_EXCHANGE` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_EXCHANGE` environment variable. .. mc-conf:: exchange_type :delimiter: " " @@ -583,8 +573,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-exchange-type :end-before: end-minio-notify-amqp-exchange-type - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_EXCHANGE_TYPE` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_EXCHANGE_TYPE` environment variable. .. mc-conf:: routing_key :delimiter: " " @@ -595,8 +584,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-routing-key :end-before: end-minio-notify-amqp-routing-key - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_ROUTING_KEY` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_ROUTING_KEY` environment variable. .. mc-conf:: mandatory :delimiter: " " @@ -607,8 +595,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-mandatory :end-before: end-minio-notify-amqp-mandatory - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_MANDATORY` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_MANDATORY` environment variable. .. mc-conf:: durable :delimiter: " " @@ -619,8 +606,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-durable :end-before: end-minio-notify-amqp-durable - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_DURABLE` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_DURABLE` environment variable. .. mc-conf:: no_wait :delimiter: " " @@ -631,8 +617,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-no-wait :end-before: end-minio-notify-amqp-no-wait - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_NO_WAIT` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_NO_WAIT` environment variable. .. mc-conf:: internal :delimiter: " " @@ -643,8 +628,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-internal :end-before: end-minio-notify-amqp-internal - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_INTERNAL` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_INTERNAL` environment variable. .. explanation is very unclear. Need to revisit this. @@ -657,8 +641,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-auto-deleted :end-before: end-minio-notify-amqp-auto-deleted - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_AUTO_DELETED` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_AUTO_DELETED` environment variable. .. mc-conf:: delivery_mode :delimiter: " " @@ -669,8 +652,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-delivery-mode :end-before: end-minio-notify-amqp-delivery-mode - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_DELIVERY_MODE` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_DELIVERY_MODE` environment variable. .. mc-conf:: queue_dir :delimiter: " " @@ -681,8 +663,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-queue-dir :end-before: end-minio-notify-amqp-queue-dir - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_QUEUE_DIR` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_QUEUE_DIR` environment variable. .. mc-conf:: queue_limit :delimiter: " " @@ -693,8 +674,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-queue-limit :end-before: end-minio-notify-amqp-queue-limit - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_QUEUE_LIMIT` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_QUEUE_LIMIT` environment variable. .. mc-conf:: comment :delimiter: " " @@ -705,8 +685,7 @@ using these environment variables. :start-after: start-minio-notify-amqp-comment :end-before: end-minio-notify-amqp-comment - This field corresponds to the :envvar:`MINIO_NOTIFY_AMQP_COMMENT` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_AMQP_COMMENT` environment variable. .. _minio-server-config-bucket-notification-mqtt: @@ -777,8 +756,7 @@ using these configuration settings. :start-after: start-minio-notify-mqtt-broker :end-before: end-minio-notify-mqtt-broker - This field corresponds to the :envvar:`MINIO_NOTIFY_MQTT_BROKER` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MQTT_BROKER` environment variable. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -793,8 +771,7 @@ using these configuration settings. :start-after: start-minio-notify-mqtt-topic :end-before: end-minio-notify-mqtt-topic - This field corresponds to the :envvar:`MINIO_NOTIFY_MQTT_TOPIC` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MQTT_TOPIC` environment variable. .. mc-conf:: username :delimiter: " " @@ -805,8 +782,7 @@ using these configuration settings. :start-after: start-minio-notify-mqtt-username :end-before: end-minio-notify-mqtt-username - This field corresponds to the :envvar:`MINIO_NOTIFY_MQTT_TOPIC` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MQTT_TOPIC` environment variable. .. mc-conf:: password :delimiter: " " @@ -817,8 +793,7 @@ using these configuration settings. :start-after: start-minio-notify-mqtt-password :end-before: end-minio-notify-mqtt-password - This field corresponds to the :envvar:`MINIO_NOTIFY_MQTT_PASSWORD` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MQTT_PASSWORD` environment variable. .. mc-conf:: qos :delimiter: " " @@ -829,8 +804,7 @@ using these configuration settings. :start-after: start-minio-notify-mqtt-qos :end-before: end-minio-notify-mqtt-qos - This field corresponds to the :envvar:`MINIO_NOTIFY_MQTT_QOS` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MQTT_QOS` environment variable. .. mc-conf:: keep_alive_interval :delimiter: " " @@ -841,8 +815,7 @@ using these configuration settings. :start-after: start-minio-notify-mqtt-keep-alive-interval :end-before: end-minio-notify-mqtt-keep-alive-interval - This field corresponds to the :envvar:`MINIO_NOTIFY_MQTT_KEEP_ALIVE_INTERVAL` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MQTT_KEEP_ALIVE_INTERVAL` environment variable. .. mc-conf:: reconnect_interval :delimiter: " " @@ -853,8 +826,7 @@ using these configuration settings. :start-after: start-minio-notify-mqtt-reconnect-interval :end-before: end-minio-notify-mqtt-reconnect-interval - This field corresponds to the :envvar:`MINIO_NOTIFY_MQTT_RECONNECT_INTERVAL` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MQTT_RECONNECT_INTERVAL` environment variable. .. mc-conf:: queue_dir :delimiter: " " @@ -865,8 +837,7 @@ using these configuration settings. :start-after: start-minio-notify-mqtt-queue-dir :end-before: end-minio-notify-mqtt-queue-dir - This field corresponds to the :envvar:`MINIO_NOTIFY_MQTT_QUEUE_DIR` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MQTT_QUEUE_DIR` environment variable. .. mc-conf:: queue_limit :delimiter: " " @@ -877,8 +848,7 @@ using these configuration settings. :start-after: start-minio-notify-mqtt-queue-limit :end-before: end-minio-notify-mqtt-queue-limit - This field corresponds to the :envvar:`MINIO_NOTIFY_MQTT_QUEUE_LIMIT` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MQTT_QUEUE_LIMIT` environment variable. .. mc-conf:: comment :delimiter: " " @@ -889,8 +859,7 @@ using these configuration settings. :start-after: start-minio-notify-mqtt-comment :end-before: end-minio-notify-mqtt-comment - This field corresponds to the :envvar:`MINIO_NOTIFY_MQTT_COMMENT` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MQTT_COMMENT` environment variable. .. _minio-server-config-bucket-notification-elasticsearch: @@ -950,8 +919,7 @@ these configuration settings. :start-after: start-minio-notify-elasticsearch-url :end-before: end-minio-notify-elasticsearch-url - This field corresponds to the - :envvar:`MINIO_NOTIFY_ELASTICSEARCH_URL` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_ELASTICSEARCH_URL` environment variable. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -966,8 +934,7 @@ these configuration settings. :start-after: start-minio-notify-elasticsearch-index :end-before: end-minio-notify-elasticsearch-index - This field corresponds to the - :envvar:`MINIO_NOTIFY_ELASTICSEARCH_INDEX` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_ELASTICSEARCH_INDEX` environment variable. .. mc-conf:: format :delimiter: " " @@ -978,8 +945,7 @@ these configuration settings. :start-after: start-minio-notify-elasticsearch-format :end-before: end-minio-notify-elasticsearch-format - This field corresponds to the - :envvar:`MINIO_NOTIFY_ELASTICSEARCH_FORMAT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_ELASTICSEARCH_FORMAT` environment variable. .. mc-conf:: username :delimiter: " " @@ -990,8 +956,7 @@ these configuration settings. :start-after: start-minio-notify-elasticsearch-username :end-before: end-minio-notify-elasticsearch-username - This field corresponds to the - :envvar:`MINIO_NOTIFY_ELASTICSEARCH_USERNAME` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_ELASTICSEARCH_USERNAME` environment variable. .. mc-conf:: password :delimiter: " " @@ -1002,9 +967,7 @@ these configuration settings. :start-after: start-minio-notify-elasticsearch-password :end-before: end-minio-notify-elasticsearch-password - This field corresponds to the - :envvar:`MINIO_NOTIFY_ELASTICSEARCH_PASSWORD` environment variable. - + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_ELASTICSEARCH_PASSWORD` environment variable. .. mc-conf:: queue_dir :delimiter: " " @@ -1015,8 +978,7 @@ these configuration settings. :start-after: start-minio-notify-elasticsearch-queue-dir :end-before: end-minio-notify-elasticsearch-queue-dir - This field corresponds to the - :envvar:`MINIO_NOTIFY_ELASTICSEARCH_QUEUE_DIR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_ELASTICSEARCH_QUEUE_DIR` environment variable. .. mc-conf:: queue_limit :delimiter: " " @@ -1027,8 +989,7 @@ these configuration settings. :start-after: start-minio-notify-elasticsearch-queue-limit :end-before: end-minio-notify-elasticsearch-queue-limit - This field corresponds to the - :envvar:`MINIO_NOTIFY_ELASTICSEARCH_QUEUE_LIMIT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_ELASTICSEARCH_QUEUE_LIMIT` environment variable. .. mc-conf:: comment :delimiter: " " @@ -1039,8 +1000,7 @@ these configuration settings. :start-after: start-minio-notify-elasticsearch-comment :end-before: end-minio-notify-elasticsearch-comment - This field corresponds to the :envvar:`MINIO_NOTIFY_ELASTICSEARCH_COMMENT` - environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_ELASTICSEARCH_COMMENT` environment variable. .. _minio-server-config-bucket-notification-nsq: @@ -1105,8 +1065,7 @@ using these configuration settings. :start-after: start-minio-notify-nsq-nsqd-address :end-before: end-minio-notify-nsq-nsqd-address - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_NSQ_NSQD_ADDRESS` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NSQ_NSQD_ADDRESS` environment variable. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -1122,8 +1081,7 @@ using these configuration settings. :start-after: start-minio-notify-nsq-topic :end-before: end-minio-notify-nsq-topic - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_NSQ_TOPIC` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NSQ_TOPIC` environment variable. .. mc-conf:: tls :delimiter: " " @@ -1134,8 +1092,7 @@ using these configuration settings. :start-after: start-minio-notify-nsq-tls :end-before: end-minio-notify-nsq-tls - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_NSQ_TLS` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NSQ_TLS` environment variable. .. mc-conf:: tls_skip_verify @@ -1147,8 +1104,7 @@ using these configuration settings. :start-after: start-minio-notify-nsq-tls-skip-verify :end-before: end-minio-notify-nsq-tls-skip-verify - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_NSQ_TLS_SKIP_VERIFY` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NSQ_TLS_SKIP_VERIFY` environment variable. .. mc-conf:: queue_dir @@ -1160,8 +1116,7 @@ using these configuration settings. :start-after: start-minio-notify-nsq-queue-dir :end-before: end-minio-notify-nsq-queue-dir - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_NSQ_QUEUE_DIR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NSQ_QUEUE_DIR` environment variable. .. mc-conf:: queue_limit @@ -1174,8 +1129,7 @@ using these configuration settings. :start-after: start-minio-notify-nsq-queue-limit :end-before: end-minio-notify-nsq-queue-limit - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_NSQ_QUEUE_LIMIT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NSQ_QUEUE_LIMIT` environment variable. .. mc-conf:: comment @@ -1187,8 +1141,7 @@ using these configuration settings. :start-after: start-minio-notify-nsq-comment :end-before: end-minio-notify-nsq-comment - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_NSQ_COMMENT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NSQ_COMMENT` environment variable. .. _minio-server-config-bucket-notification-redis: @@ -1256,8 +1209,7 @@ using these configuration settings. :start-after: start-minio-notify-redis-address :end-before: end-minio-notify-redis-address - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_REDIS_ADDRESS` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_REDIS_ADDRESS` environment variable. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -1272,8 +1224,7 @@ using these configuration settings. :start-after: start-minio-notify-redis-key :end-before: end-minio-notify-redis-key - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_REDIS_KEY` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_REDIS_KEY` environment variable. .. mc-conf:: format :delimiter: " " @@ -1284,8 +1235,7 @@ using these configuration settings. :start-after: start-minio-notify-redis-format :end-before: end-minio-notify-redis-format - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_REDIS_FORMAT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_REDIS_FORMAT` environment variable. .. mc-conf:: password :delimiter: " " @@ -1296,8 +1246,7 @@ using these configuration settings. :start-after: start-minio-notify-redis-password :end-before: end-minio-notify-redis-password - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_REDIS_PASSWORD` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_REDIS_PASSWORD` environment variable. .. mc-conf:: queue_dir :delimiter: " " @@ -1308,8 +1257,7 @@ using these configuration settings. :start-after: start-minio-notify-redis-queue-dir :end-before: end-minio-notify-redis-queue-dir - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_REDIS_QUEUE_DIR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_REDIS_QUEUE_DIR` environment variable. .. mc-conf:: queue_limit :delimiter: " " @@ -1321,8 +1269,7 @@ using these configuration settings. :start-after: start-minio-notify-redis-queue-limit :end-before: end-minio-notify-redis-queue-limit - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_REDIS_QUEUE_LIMIT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_REDIS_QUEUE_LIMIT` environment variable. .. mc-conf:: comment @@ -1334,8 +1281,7 @@ using these configuration settings. :start-after: start-minio-notify-redis-comment :end-before: end-minio-notify-redis-comment - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_REDIS_COMMENT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_REDIS_COMMENT` environment variable. @@ -1404,8 +1350,7 @@ using these environment variables. :start-after: start-minio-notify-nats-address :end-before: end-minio-notify-nats-address - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_ADDRESS`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_ADDRESS` environment variable. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -1420,8 +1365,7 @@ using these environment variables. :start-after: start-minio-notify-nats-subject :end-before: end-minio-notify-nats-subject - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_SUBJECT`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_SUBJECT` environment variable. .. mc-conf:: username :delimiter: " " @@ -1432,8 +1376,7 @@ using these environment variables. :start-after: start-minio-notify-nats-username :end-before: end-minio-notify-nats-username - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_USERNAME`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_USERNAME` environment variable. .. mc-conf:: password :delimiter: " " @@ -1444,8 +1387,7 @@ using these environment variables. :start-after: start-minio-notify-nats-password :end-before: end-minio-notify-nats-password - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_PASSWORD`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_PASSWORD` environment variable. .. mc-conf:: token :delimiter: " " @@ -1456,8 +1398,7 @@ using these environment variables. :start-after: start-minio-notify-nats-token :end-before: end-minio-notify-nats-token - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_TOKEN`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_TOKEN` environment variable. .. mc-conf:: tls :delimiter: " @@ -1468,8 +1409,7 @@ using these environment variables. :start-after: start-minio-notify-nats-tls :end-before: end-minio-notify-nats-tls - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_TLS`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_TLS` environment variable. .. mc-conf:: tls_skip_verify :delimiter: " " @@ -1480,8 +1420,7 @@ using these environment variables. :start-after: start-minio-notify-nats-tls-skip-verify :end-before: end-minio-notify-nats-tls-skip-verify - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_TLS_SKIP_VERIFY`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_TLS_SKIP_VERIFY` environment variable. .. mc-conf:: ping_interval :delimiter: " " @@ -1492,8 +1431,7 @@ using these environment variables. :start-after: start-minio-notify-nats-ping-interval :end-before: end-minio-notify-nats-ping-interval - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_PING_INTERVAL`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_PING_INTERVAL` environment variable. .. mc-conf:: jetstream :delimiter: " " @@ -1504,7 +1442,7 @@ using these environment variables. :start-after: start-minio-notify-nats-jetstream :end-before: end-minio-notify-nats-jetstream - This configuration setting corresponds with the environment variable :envvar:`MINIO_NOTIFY_NATS_JETSTREAM`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_JETSTREAM` environment variable. .. mc-conf:: streaming :delimiter: " " @@ -1517,8 +1455,7 @@ using these environment variables. :start-after: start-minio-notify-nats-streaming :end-before: end-minio-notify-nats-streaming - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_STREAMING`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_STREAMING` environment variable. .. mc-conf:: streaming_async :delimiter: " " @@ -1531,8 +1468,7 @@ using these environment variables. :start-after: start-minio-notify-nats-streaming-async :end-before: end-minio-notify-nats-streaming-async - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_STREAMING_ASYNC`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_STREAMING_ASYNC` environment variable. .. mc-conf:: streaming_max_pub_acks_in_flight :delimiter: " " @@ -1545,8 +1481,7 @@ using these environment variables. :start-after: start-minio-notify-nats-streaming-max-pub-acks-in-flight :end-before: end-minio-notify-nats-streaming-max-pub-acks-in-flight - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_STREAMING_MAX_PUB_ACKS_IN_FLIGHT`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_STREAMING_MAX_PUB_ACKS_IN_FLIGHT` environment variable. .. mc-conf:: streaming_cluster_id :delimiter: " " @@ -1559,8 +1494,7 @@ using these environment variables. :start-after: start-minio-notify-nats-streaming-cluster-id :end-before: end-minio-notify-nats-streaming-cluster-id - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_STREAMING_CLUSTER_ID`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_STREAMING_CLUSTER_ID` environment variable. .. mc-conf:: cert_authority :delimiter: " " @@ -1571,8 +1505,7 @@ using these environment variables. :start-after: start-minio-notify-nats-cert-authority :end-before: end-minio-notify-nats-cert-authority - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_CERT_AUTHORITY`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_CERT_AUTHORITY` environment variable. .. mc-conf:: client_cert :delimiter: " " @@ -1583,8 +1516,7 @@ using these environment variables. :start-after: start-minio-notify-nats-client-cert :end-before: end-minio-notify-nats-client-cert - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_CLIENT_CERT`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_CLIENT_CERT` environment variable. .. mc-conf:: client_key :delimiter: " " @@ -1595,8 +1527,7 @@ using these environment variables. :start-after: start-minio-notify-nats-client-key :end-before: end-minio-notify-nats-client-key - This configuration setting corresponds with the environment variable - :envvar:`MINIO_NOTIFY_NATS_CLIENT_KEY`. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_CLIENT_KEY` environment variable. .. mc-conf:: queue_dir @@ -1608,8 +1539,7 @@ using these environment variables. :start-after: start-minio-notify-nats-queue-dir :end-before: end-minio-notify-nats-queue-dir - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_NATS_QUEUE_DIR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_QUEUE_DIR` environment variable. .. mc-conf:: queue_limit :delimiter: " " @@ -1621,8 +1551,7 @@ using these environment variables. :start-after: start-minio-notify-nats-queue-limit :end-before: end-minio-notify-nats-queue-limit - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_NATS_QUEUE_LIMIT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_QUEUE_LIMIT` environment variable. .. mc-conf:: comment @@ -1634,8 +1563,7 @@ using these environment variables. :start-after: start-minio-notify-nats-comment :end-before: end-minio-notify-nats-comment - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_NATS_COMMENT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_NATS_COMMENT` environment variable. .. _minio-server-config-bucket-notification-postgresql: @@ -1701,9 +1629,7 @@ using these environment variables. :start-after: start-minio-notify-postgresql-connection-string :end-before: end-minio-notify-postgresql-connection-string - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_POSTGRES_CONNECTION_STRING` environment - variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_POSTGRES_CONNECTION_STRING` environment variable. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -1718,9 +1644,7 @@ using these environment variables. :start-after: start-minio-notify-postgresql-table :end-before: end-minio-notify-postgresql-table - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_POSTGRES_TABLE` environment - variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_POSTGRES_TABLE` environment variable. .. mc-conf:: format :delimiter: " " @@ -1731,9 +1655,7 @@ using these environment variables. :start-after: start-minio-notify-postgresql-format :end-before: end-minio-notify-postgresql-format - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_POSTGRES_FORMAT` environment - variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_POSTGRES_FORMAT` environment variable. .. mc-conf:: max_open_connections :delimiter: " " @@ -1744,9 +1666,7 @@ using these environment variables. :start-after: start-minio-notify-postgresql-max-open-connections :end-before: end-minio-notify-postgresql-max-open-connections - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_POSTGRES_MAX_OPEN_CONNECTIONS` environment - variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_POSTGRES_MAX_OPEN_CONNECTIONS` environment variable. .. mc-conf:: queue_dir @@ -1758,8 +1678,7 @@ using these environment variables. :start-after: start-minio-notify-postgresql-queue-dir :end-before: end-minio-notify-postgresql-queue-dir - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_POSTGRES_QUEUE_DIR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_POSTGRES_QUEUE_DIR` environment variable. .. mc-conf:: queue_limit :delimiter: " " @@ -1771,8 +1690,7 @@ using these environment variables. :start-after: start-minio-notify-postgresql-queue-limit :end-before: end-minio-notify-postgresql-queue-limit - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_POSTGRES_QUEUE_LIMIT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_POSTGRES_QUEUE_LIMIT` environment variable. .. mc-conf:: comment @@ -1784,8 +1702,7 @@ using these environment variables. :start-after: start-minio-notify-postgresql-comment :end-before: end-minio-notify-postgresql-comment - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_POSTGRES_COMMENT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_POSTGRES_COMMENT` environment variable. .. _minio-server-config-bucket-notification-mysql: @@ -1851,9 +1768,7 @@ using these environment variables. :start-after: start-minio-notify-mysql-connection-string :end-before: end-minio-notify-mysql-connection-string - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_MYSQL_DSN_STRING` environment - variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MYSQL_DSN_STRING` environment variable. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -1868,9 +1783,7 @@ using these environment variables. :start-after: start-minio-notify-mysql-table :end-before: end-minio-notify-mysql-table - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_MYSQL_TABLE` environment - variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MYSQL_TABLE` environment variable. .. mc-conf:: format :delimiter: " " @@ -1881,9 +1794,7 @@ using these environment variables. :start-after: start-minio-notify-mysql-format :end-before: end-minio-notify-mysql-format - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_MYSQL_FORMAT` environment - variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MYSQL_FORMAT` environment variable. .. mc-conf:: max_open_connections :delimiter: " " @@ -1894,9 +1805,7 @@ using these environment variables. :start-after: start-minio-notify-mysql-max-open-connections :end-before: end-minio-notify-mysql-max-open-connections - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_MYSQL_MAX_OPEN_CONNECTIONS` environment - variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MYSQL_MAX_OPEN_CONNECTIONS` environment variable. .. mc-conf:: queue_dir @@ -1908,8 +1817,7 @@ using these environment variables. :start-after: start-minio-notify-mysql-queue-dir :end-before: end-minio-notify-mysql-queue-dir - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_MYSQL_QUEUE_DIR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MYSQL_QUEUE_DIR` environment variable. .. mc-conf:: queue_limit :delimiter: " " @@ -1921,8 +1829,7 @@ using these environment variables. :start-after: start-minio-notify-mysql-queue-limit :end-before: end-minio-notify-mysql-queue-limit - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_MYSQL_QUEUE_LIMIT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MYSQL_QUEUE_LIMIT` environment variable. .. mc-conf:: comment @@ -1934,8 +1841,7 @@ using these environment variables. :start-after: start-minio-notify-mysql-comment :end-before: end-minio-notify-mysql-comment - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_MYSQL_COMMENT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_MYSQL_COMMENT` environment variable. .. _minio-server-config-bucket-notification-kafka: @@ -1990,8 +1896,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-brokers :end-before: end-minio-notify-kafka-brokers - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_BROKERS` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_BROKERS` environment variable. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -2006,8 +1911,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-topic :end-before: end-minio-notify-kafka-topic - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_TOPIC` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_TOPIC` environment variable. .. mc-conf:: sasl :delimiter: " " @@ -2018,8 +1922,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-sasl-root :end-before: end-minio-notify-kafka-sasl-root - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_SASL` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_SASL` environment variable. .. mc-conf:: sasl_username :delimiter: " " @@ -2030,8 +1933,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-sasl-username :end-before: end-minio-notify-kafka-sasl-username - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_SASL_USERNAME` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_SASL_USERNAME` environment variable. .. mc-conf:: sasl_password :delimiter: " " @@ -2042,8 +1944,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-sasl-password :end-before: end-minio-notify-kafka-sasl-password - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_SASL_PASSWORD` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_SASL_PASSWORD` environment variable. .. mc-conf:: sasl_mechanism :delimiter: " " @@ -2054,8 +1955,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-sasl-mechanism :end-before: end-minio-notify-kafka-sasl-mechanism - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_SASL_MECHANISM` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_SASL_MECHANISM` environment variable. .. mc-conf:: tls_client_auth :delimiter: " " @@ -2066,8 +1966,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-tls-client-auth :end-before: end-minio-notify-kafka-tls-client-auth - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_TLS_CLIENT_AUTH` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_TLS_CLIENT_AUTH` environment variable. .. mc-conf:: tls :delimiter: " " @@ -2078,8 +1977,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-tls-root :end-before: end-minio-notify-kafka-tls-root - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_TLS` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_TLS` environment variable. .. mc-conf:: tls_skip_verify :delimiter: " " @@ -2090,8 +1988,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-tls-skip-verify :end-before: end-minio-notify-kafka-tls-skip-verify - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_TLS_SKIP_VERIFY` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_TLS_SKIP_VERIFY` environment variable. .. mc-conf:: client_tls_cert :delimiter: " " @@ -2102,8 +1999,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-client-tls-cert :end-before: end-minio-notify-kafka-client-tls-cert - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_CLIENT_TLS_CERT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_CLIENT_TLS_CERT` environment variable. .. mc-conf:: client_tls_key :delimiter: " " @@ -2114,8 +2010,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-client-tls-key :end-before: end-minio-notify-kafka-client-tls-key - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_CLIENT_TLS_KEY` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_CLIENT_TLS_KEY` environment variable. .. mc-conf:: version :delimiter: " " @@ -2126,8 +2021,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-version :end-before: end-minio-notify-kafka-version - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_VERSION` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_VERSION` environment variable. .. mc-conf:: queue_dir @@ -2139,8 +2033,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-queue-dir :end-before: end-minio-notify-kafka-queue-dir - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_QUEUE_DIR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_QUEUE_DIR` environment variable. .. mc-conf:: queue_limit :delimiter: " " @@ -2152,8 +2045,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-queue-limit :end-before: end-minio-notify-kafka-queue-limit - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_QUEUE_LIMIT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_QUEUE_LIMIT` environment variable. .. mc-conf:: comment @@ -2165,8 +2057,7 @@ using these environment variables. :start-after: start-minio-notify-kafka-comment :end-before: end-minio-notify-kafka-comment - This configuration setting corresponds to the - :envvar:`MINIO_NOTIFY_KAFKA_COMMENT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_KAFKA_COMMENT` environment variable. .. _minio-server-config-bucket-notification-webhook: @@ -2221,8 +2112,7 @@ using these environment variables. :start-after: start-minio-notify-webhook-endpoint :end-before: end-minio-notify-webhook-endpoint - This configuration setting corresponds with the - :envvar:`MINIO_NOTIFY_WEBHOOK_ENDPOINT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_WEBHOOK_ENDPOINT` environment variable. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -2237,8 +2127,7 @@ using these environment variables. :start-after: start-minio-notify-webhook-auth-token :end-before: end-minio-notify-webhook-auth-token - This configuration setting corresponds with the - :envvar:`MINIO_NOTIFY_WEBHOOK_AUTH_TOKEN` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_WEBHOOK_AUTH_TOKEN` environment variable. .. mc-conf:: queue_dir :delimiter: " " @@ -2249,8 +2138,7 @@ using these environment variables. :start-after: start-minio-notify-webhook-queue-dir :end-before: end-minio-notify-webhook-queue-dir - This configuration setting corresponds with the - :envvar:`MINIO_NOTIFY_WEBHOOK_QUEUE_DIR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_WEBHOOK_QUEUE_DIR` environment variable. .. mc-conf:: queue_limit :delimiter: " " @@ -2261,8 +2149,7 @@ using these environment variables. :start-after: start-minio-notify-webhook-queue-limit :end-before: end-minio-notify-webhook-queue-limit - This configuration setting corresponds with the - :envvar:`MINIO_NOTIFY_WEBHOOK_QUEUE_LIMIT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_WEBHOOK_QUEUE_LIMIT` environment variable. .. mc-conf:: client_cert :delimiter: " " @@ -2273,8 +2160,7 @@ using these environment variables. :start-after: start-minio-notify-webhook-client-cert :end-before: end-minio-notify-webhook-client-cert - This configuration setting corresponds with the - :envvar:`MINIO_NOTIFY_WEBHOOK_CLIENT_CERT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_WEBHOOK_CLIENT_CERT` environment variable. .. mc-conf:: client_key :delimiter: " " @@ -2285,8 +2171,7 @@ using these environment variables. :start-after: start-minio-notify-webhook-client-key :end-before: end-minio-notify-webhook-client-key - This configuration setting corresponds with the - :envvar:`MINIO_NOTIFY_WEBHOOK_CLIENT_KEY` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_WEBHOOK_CLIENT_KEY` environment variable. .. mc-conf:: comment :delimiter: " " @@ -2297,8 +2182,7 @@ using these environment variables. :start-after: start-minio-notify-webhook-comment :end-before: end-minio-notify-webhook-comment - This configuration setting corresponds with the - :envvar:`MINIO_NOTIFY_WEBHOOK_COMMENT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_NOTIFY_WEBHOOK_COMMENT` environment variable. .. _minio-ldap-config-settings: @@ -2357,8 +2241,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-server-addr :end-before: end-minio-ad-ldap-server-addr - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_SERVER_ADDR` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_SERVER_ADDR` environment variable. .. mc-conf:: lookup_bind_dn :delimiter: " " @@ -2369,8 +2252,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-lookup-bind-dn :end-before: end-minio-ad-ldap-lookup-bind-dn - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_LOOKUP_BIND_DN` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_LOOKUP_BIND_DN` environment variable. .. mc-conf:: lookup_bind_password :delimiter: " " @@ -2381,8 +2263,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-lookup-bind-password :end-before: end-minio-ad-ldap-lookup-bind-password - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_LOOKUP_BIND_PASSWORD` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_LOOKUP_BIND_PASSWORD` environment variable. .. mc-conf:: user_dn_search_base_dn :delimiter: " " @@ -2393,8 +2274,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-user-dn-search-base-dn :end-before: end-minio-ad-ldap-user-dn-search-base-dn - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_USER_DN_SEARCH_BASE_DN` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_USER_DN_SEARCH_BASE_DN` environment variable. .. mc-conf:: user_dn_search_filter :delimiter: " " @@ -2405,8 +2285,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-user-dn-search-filter :end-before: end-minio-ad-ldap-user-dn-search-filter - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_USER_DN_SEARCH_FILTER` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_USER_DN_SEARCH_FILTER` environment variable. .. mc-conf:: enabled :delimiter: " " @@ -2428,8 +2307,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-group-search-filter :end-before: end-minio-ad-ldap-group-search-filter - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_GROUP_SEARCH_FILTER` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_GROUP_SEARCH_FILTER` environment variable. .. mc-conf:: group_search_base_dn :delimiter: " " @@ -2440,8 +2318,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-group-search-base-dn :end-before: end-minio-ad-ldap-group-search-base-dn - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_GROUP_SEARCH_BASE_DN` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_GROUP_SEARCH_BASE_DN` environment variable. .. mc-conf:: tls_skip_verify :delimiter: " " @@ -2452,8 +2329,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-tls-skip-verify :end-before: end-minio-ad-ldap-tls-skip-verify - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_TLS_SKIP_VERIFY` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_TLS_SKIP_VERIFY` environment variable. .. mc-conf:: server_insecure :delimiter: " " @@ -2464,8 +2340,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-server-insecure :end-before: end-minio-ad-ldap-server-insecure - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_SERVER_INSECURE` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_SERVER_INSECURE` environment variable. .. mc-conf:: server_starttls :delimiter: " " @@ -2476,8 +2351,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-server-starttls :end-before: end-minio-ad-ldap-server-starttls - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_SERVER_STARTTLS` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_SERVER_STARTTLS` environment variable. .. mc-conf:: srv_record_name :delimiter: " " @@ -2490,8 +2364,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-srv_record_name :end-before: end-minio-ad-ldap-srv_record_name - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_SRV_RECORD_NAME` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_SRV_RECORD_NAME` environment variable. .. mc-conf:: comment :delimiter: " " @@ -2502,8 +2375,7 @@ management using an Active Directory or LDAP service. :start-after: start-minio-ad-ldap-comment :end-before: end-minio-ad-ldap-comment - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_LDAP_COMMENT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_LDAP_COMMENT` environment variable. .. _minio-open-id-config-settings: @@ -2543,8 +2415,7 @@ configuration settings. :start-after: start-minio-openid-config-url :end-before: end-minio-openid-config-url - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_OPENID_CONFIG_URL` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_OPENID_CONFIG_URL` environment variable. .. mc-conf:: enabled :delimiter: " " @@ -2566,8 +2437,7 @@ configuration settings. :start-after: start-minio-openid-client-id :end-before: end-minio-openid-client-id - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_OPENID_CLIENT_ID` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_OPENID_CLIENT_ID` environment variable. .. mc-conf:: client_secret :delimiter: " " @@ -2578,8 +2448,7 @@ configuration settings. :start-after: start-minio-openid-client-secret :end-before: end-minio-openid-client-secret - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_OPENID_CLIENT_SECRET` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_OPENID_CLIENT_SECRET` environment variable. .. mc-conf:: claim_name :delimiter: " " @@ -2590,8 +2459,7 @@ configuration settings. :start-after: start-minio-openid-claim-name :end-before: end-minio-openid-claim-name - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_OPENID_CLAIM_NAME` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_OPENID_CLAIM_NAME` environment variable. .. mc-conf:: claim_prefix :delimiter: " " @@ -2602,8 +2470,7 @@ configuration settings. :start-after: start-minio-openid-claim-prefix :end-before: end-minio-openid-claim-prefix - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_OPENID_CLAIM_PREFIX` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_OPENID_CLAIM_PREFIX` environment variable. .. mc-conf:: display_name :delimiter: " " @@ -2621,8 +2488,7 @@ configuration settings. :start-after: start-minio-openid-scopes :end-before: end-minio-openid-scopes - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_OPENID_SCOPES` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_OPENID_SCOPES` environment variable. .. mc-conf:: redirect_uri :delimiter: " " @@ -2633,8 +2499,7 @@ configuration settings. :start-after: start-minio-openid-redirect-uri :end-before: end-minio-openid-redirect-uri - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_OPENID_REDIRECT_URI` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_OPENID_REDIRECT_URI` environment variable. .. mc-conf:: redirect_uri_dynamic :delimiter: " " @@ -2703,8 +2568,7 @@ configuration settings. :start-after: start-minio-openid-comment :end-before: end-minio-openid-comment - This configuration setting corresponds with the - :envvar:`MINIO_IDENTITY_OPENID_COMMENT` environment variable. + This configuration setting corresponds with the :envvar:`MINIO_IDENTITY_OPENID_COMMENT` environment variable. .. _minio-identity-management-plugin-settings: diff --git a/source/reference/minio-server/minio-server.rst b/source/reference/minio-server/minio-server.rst index 33c61add..c4ef2684 100644 --- a/source/reference/minio-server/minio-server.rst +++ b/source/reference/minio-server/minio-server.rst @@ -329,7 +329,7 @@ Root Credentials :start-after: start-minio-root-api-access :end-before: end-minio-root-api-access - This variable corresponds to the :mc-conf:`api root_access ` configuration setting. + This environment variable corresponds with the :mc-conf:`api root_access ` configuration setting. You can use this variable to temporarily override the configuration setting and re-enable root access to the deployment. .. envvar:: MINIO_ACCESS_KEY @@ -401,7 +401,7 @@ MinIO Console: using the ``minio-job`` Prometheus scraping job. If you are using a standalone MinIO Console process, this variable - corresponds to ``CONSOLE_PROMETHEUS_URL``. + corresponds with ``CONSOLE_PROMETHEUS_URL``. .. envvar:: MINIO_PROMETHEUS_JOB_ID @@ -413,7 +413,7 @@ MinIO Console: MinIO defaults to ``minio-job``. If you are using a standalone MinIO Console process, this variable - corresponds to ``CONSOLE_PROMETHEUS_JOB_ID``. + corresponds with ``CONSOLE_PROMETHEUS_JOB_ID``. .. envvar:: MINIO_LOG_QUERY_URL @@ -655,15 +655,13 @@ server logs webhook endpoints: Requires specifying :envvar:`MINIO_LOGGER_WEBHOOK_ENDPOINT`. - This variable corresponds to setting the top-level - :mc-conf:`logger_webhook` configuration setting. + This environment variable corresponds with the top-level :mc-conf:`logger_webhook` configuration setting. .. envvar:: MINIO_LOGGER_WEBHOOK_ENDPOINT The HTTP endpoint of the webhook. - This variable corresponds to the :mc-conf:`logger_webhook endpoint - ` configuration setting. + This environment variable corresponds with the :mc-conf:`logger_webhook endpoint ` configuration setting. .. envvar:: MINIO_LOGGER_WEBHOOK_AUTH_TOKEN @@ -672,8 +670,7 @@ server logs webhook endpoints: The JSON Web Token (JWT) to use for authenticating to the HTTP webhook. Omit for webhooks which do not enforce authentication. - This variable corresponds to the :mc-conf:`logger_webhook auth_token - ` configuration setting. + This environment variable corresponds with the :mc-conf:`logger_webhook auth_token ` configuration setting. .. envvar:: MINIO_LOGGER_WEBHOOK_CLIENT_CERT @@ -683,8 +680,7 @@ server logs webhook endpoints: Requires specifying :envvar:`MINIO_LOGGER_WEBHOOK_CLIENT_KEY`. - This variable corresponds to the :mc-conf:`logger_webhook client_cert - ` configuration setting. + This environment variable corresponds with the :mc-conf:`logger_webhook client_cert ` configuration setting. .. envvar:: MINIO_LOGGER_WEBHOOK_CLIENT_KEY @@ -694,8 +690,7 @@ server logs webhook endpoints: Requires specifying :envvar:`MINIO_LOGGER_WEBHOOK_CLIENT_CERT`. - This variable corresponds to the :mc-conf:`logger_webhook client_key - ` configuration setting. + This environment variable corresponds with the :mc-conf:`logger_webhook client_key ` configuration setting. .. envvar:: MINIO_LOGGER_WEBHOOK_PROXY @@ -703,8 +698,7 @@ server logs webhook endpoints: Define a proxy to use for the webhook logger when communicating from MinIO to external webhooks. - This variable corresponds to the :mc-conf:`logger_webhook proxy - ` configuration setting. + This environment variable corresponds with the :mc-conf:`logger_webhook proxy ` configuration setting. .. envvar:: MINIO_LOGGER_WEBHOOK_QUEUE_DIR @@ -717,7 +711,7 @@ server logs webhook endpoints: MinIO stores undelivered events in the specified store while the webhook service is offline and replays the stored events when connectivity resumes. - This variable corresponds to the :mc-conf:`logger_webhook queue_dir ` configuration setting. + This environment variable corresponds with the :mc-conf:`logger_webhook queue_dir ` configuration setting. .. envvar:: MINIO_LOGGER_WEBHOOK_QUEUE_SIZE @@ -725,8 +719,7 @@ server logs webhook endpoints: An integer value to use for the queue size for logger webhook targets. - This variable corresponds to the :mc-conf:`logger_webhook queue_size - ` configuration setting. + This environment variable corresponds with the :mc-conf:`logger_webhook queue_size ` configuration setting. .. _minio-sever-envvar-logging-audit: @@ -764,15 +757,13 @@ audit log webhook endpoints: Requires specifying :envvar:`MINIO_AUDIT_WEBHOOK_ENDPOINT`. - This variable corresponds to setting the top-level - :mc-conf:`audit_webhook` configuration setting. + This environment variable corresponds with top-level :mc-conf:`audit_webhook` configuration setting. .. envvar:: MINIO_AUDIT_WEBHOOK_ENDPOINT The HTTP endpoint of the webhook. - This variable corresponds to the :mc-conf:`audit_webhook endpoint - ` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_webhook endpoint ` configuration setting. .. envvar:: MINIO_AUDIT_WEBHOOK_AUTH_TOKEN @@ -781,8 +772,7 @@ audit log webhook endpoints: The JSON Web Token (JWT) to use for authenticating to the HTTP webhook. Omit for webhooks which do not enforce authentication. - This variable corresponds to the :mc-conf:`audit_webhook auth_token - ` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_webhook auth_token ` configuration setting. .. envvar:: MINIO_AUDIT_WEBHOOK_CLIENT_CERT @@ -793,8 +783,7 @@ audit log webhook endpoints: Requires specifying :envvar:`MINIO_AUDIT_WEBHOOK_CLIENT_KEY`. - This variable corresponds to the :mc-conf:`audit_webhook client_cert - ` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_webhook client_cert ` configuration setting. .. envvar:: MINIO_AUDIT_WEBHOOK_CLIENT_KEY @@ -805,8 +794,7 @@ audit log webhook endpoints: Requires specifying :envvar:`MINIO_AUDIT_WEBHOOK_CLIENT_CERT`. - This variable corresponds to the :mc-conf:`audit_webhook client_key - ` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_webhook client_key ` configuration setting. .. envvar:: MINIO_AUDIT_WEBHOOK_QUEUE_DIR @@ -819,7 +807,7 @@ audit log webhook endpoints: MinIO stores undelivered events in the specified store while the webhook service is offline and replays the stored events when connectivity resumes. - This variable corresponds to the :mc-conf:`audit_webhook queue_dir ` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_webhook queue_dir ` configuration setting. .. envvar:: MINIO_AUDIT_WEBHOOK_QUEUE_SIZE @@ -827,7 +815,7 @@ audit log webhook endpoints: An integer value to use for the queue size for audit webhook targets. - This variable corresponds to the :mc-conf:`audit_webhook queue_size ` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_webhook queue_size ` configuration setting. .. _minio-sever-envvar-logging-audit-kafka: @@ -850,7 +838,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-brokers-desc :end-before: end-minio-kafka-audit-logging-brokers-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.brokers` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.brokers` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_TOPIC :required: @@ -859,7 +847,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-topic-desc :end-before: end-minio-kafka-audit-logging-topic-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.topic` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.topic` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_TLS :optional: @@ -868,7 +856,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-tls-desc :end-before: end-minio-kafka-audit-logging-tls-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.tls` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.tls` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_TLS_SKIP_VERIFY :optional: @@ -877,7 +865,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-tls-skip-verify-desc :end-before: end-minio-kafka-audit-logging-tls-skip-verify-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.tls_skip_verify` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.tls_skip_verify` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_SASL :optional: @@ -888,7 +876,7 @@ The following section documents environment variables for configuring MinIO to p Requires specifying :envvar:`MINIO_AUDIT_KAFKA_SASL_USERNAME` and :envvar:`MINIO_AUDIT_KAFKA_SASL_PASSWORD`. - This environment variable corresponds to the :mc-conf:`audit_kafka.sasl` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.sasl` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_SASL_USERNAME :optional: @@ -897,7 +885,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-sasl-username-desc :end-before: end-minio-kafka-audit-logging-sasl-username-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.sasl_username` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.sasl_username` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_SASL_PASSWORD :optional: @@ -906,7 +894,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-sasl-password-desc :end-before: end-minio-kafka-audit-logging-sasl-password-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.sasl_password` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.sasl_password` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_SASL_MECHANISM :optional: @@ -920,7 +908,7 @@ The following section documents environment variables for configuring MinIO to p The ``PLAIN`` authentication mechanism sends credentials in plain text over the network. Use :envvar:`MINIO_AUDIT_KAFKA_TLS` to enable TLS connectivity to the Kafka brokers and ensure secure transmission of SASL credentials. - This environment variable corresponds to the :mc-conf:`audit_kafka.sasl_mechanism` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.sasl_mechanism` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_TLS_CLIENT_AUTH :optional: @@ -931,7 +919,7 @@ The following section documents environment variables for configuring MinIO to p Requires specifying :envvar:`MINIO_AUDIT_KAFKA_CLIENT_TLS_CERT` and :envvar:`MINIO_AUDIT_KAFKA_CLIENT_TLS_KEY`. - This environment variable corresponds to the :mc-conf:`audit_kafka.tls_client_auth` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.tls_client_auth` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_CLIENT_TLS_CERT :optional: @@ -940,7 +928,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-client-tls-cert-desc :end-before: end-minio-kafka-audit-logging-client-tls-cert-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.client_tls_cert` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.client_tls_cert` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_CLIENT_TLS_KEY :optional: @@ -949,7 +937,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-client-tls-key-desc :end-before: end-minio-kafka-audit-logging-client-tls-key-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.client_tls_key` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.client_tls_key` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_VERSION :optional: @@ -958,7 +946,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-version-desc :end-before: end-minio-kafka-audit-logging-version-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.version` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.version` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_COMMENT :optional: @@ -967,7 +955,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-comment-desc :end-before: end-minio-kafka-audit-logging-comment-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.comment` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.comment` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_QUEUE_DIR :optional: @@ -976,7 +964,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-queue-dir-desc :end-before: end-minio-kafka-audit-logging-queue-dir-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.queue_dir` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.queue_dir` configuration setting. .. envvar:: MINIO_AUDIT_KAFKA_QUEUE_SIZE :optional: @@ -985,7 +973,7 @@ The following section documents environment variables for configuring MinIO to p :start-after: start-minio-kafka-audit-logging-queue-size-desc :end-before: end-minio-kafka-audit-logging-queue-size-desc - This environment variable corresponds to the :mc-conf:`audit_kafka.queue_size` configuration setting. + This environment variable corresponds with the :mc-conf:`audit_kafka.queue_size` configuration setting. Bucket Notifications @@ -1012,7 +1000,7 @@ These environment variables configure notification targets for use with :start-after: start-minio-api-sync-events :end-before: end-minio-api-sync-events - Corresponds with the :mc-conf:`~api.sync_events` configuration setting. + This environment variable corresponds with the :mc-conf:`~api.sync_events` configuration setting. .. _minio-server-envvar-bucket-notification-amqp: @@ -1059,8 +1047,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. This field is *required* if :envvar:`MINIO_NOTIFY_AMQP_ENABLE` is ``on``. All other AMQP-related variables are optional. - This variable corresponds to the :mc-conf:`notify_amqp url ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp url ` configuration setting. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -1072,8 +1059,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-exchange :end-before: end-minio-notify-amqp-exchange - This variable corresponds to the :mc-conf:`notify_amqp exchange - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp exchange ` configuration setting. .. envvar:: MINIO_NOTIFY_AMQP_EXCHANGE_TYPE @@ -1081,8 +1067,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-exchange-type :end-before: end-minio-notify-amqp-exchange-type - This variable corresponds to the :mc-conf:`notify_amqp exchange_type - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp exchange_type ` configuration setting. .. envvar:: MINIO_NOTIFY_AMQP_ROUTING_KEY @@ -1090,8 +1075,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-routing-key :end-before: end-minio-notify-amqp-routing-key - This variable corresponds to the :mc-conf:`notify_amqp routing_key - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp routing_key ` configuration setting. .. envvar:: MINIO_NOTIFY_AMQP_MANDATORY @@ -1099,8 +1083,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-mandatory :end-before: end-minio-notify-amqp-mandatory - This variable corresponds to the :mc-conf:`notify_amqp mandatory - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp mandatory ` configuration setting. .. envvar:: MINIO_NOTIFY_AMQP_DURABLE @@ -1108,8 +1091,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-durable :end-before: end-minio-notify-amqp-durable - This variable corresponds to the :mc-conf:`notify_amqp durable - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp durable ` configuration setting. .. envvar:: MINIO_NOTIFY_AMQP_NO_WAIT @@ -1117,8 +1099,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-no-wait :end-before: end-minio-notify-amqp-no-wait - This variable corresponds to the :mc-conf:`notify_amqp no_wait - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp no_wait ` configuration setting. .. envvar:: MINIO_NOTIFY_AMQP_INTERNAL @@ -1126,8 +1107,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-internal :end-before: end-minio-notify-amqp-internal - This variable corresponds to the :mc-conf:`notify_amqp internal - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp internal ` configuration setting. .. explanation is very unclear. Need to revisit this. @@ -1137,8 +1117,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-auto-deleted :end-before: end-minio-notify-amqp-auto-deleted - This variable corresponds to the :mc-conf:`notify_amqp auto_deleted - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp auto_deleted ` configuration setting. .. envvar:: MINIO_NOTIFY_AMQP_DELIVERY_MODE @@ -1146,8 +1125,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-delivery-mode :end-before: end-minio-notify-amqp-delivery-mode - This variable corresponds to the :mc-conf:`notify_amqp delivery_mode - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp delivery_mode ` configuration setting. .. envvar:: MINIO_NOTIFY_AMQP_QUEUE_DIR @@ -1155,8 +1133,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-queue-dir :end-before: end-minio-notify-amqp-queue-dir - This variable corresponds to the :mc-conf:`notify_amqp queue_dir - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp queue_dir ` configuration setting. .. envvar:: MINIO_NOTIFY_AMQP_QUEUE_LIMIT @@ -1165,8 +1142,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-queue-limit :end-before: end-minio-notify-amqp-queue-limit - This variable corresponds to the :mc-conf:`notify_amqp queue_limit - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp queue_limit ` configuration setting. .. envvar:: MINIO_NOTIFY_AMQP_COMMENT @@ -1174,8 +1150,7 @@ an AMQP service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-amqp-comment :end-before: end-minio-notify-amqp-comment - This variable corresponds to the :mc-conf:`notify_amqp comment - ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_amqp comment ` configuration setting. .. _minio-server-envvar-bucket-notification-mqtt: @@ -1211,8 +1186,7 @@ an MQTT service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mqtt-enable :end-before: end-minio-notify-mqtt-enable - This variable corresponds to the - :mc-conf:`notify_mqtt ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mqtt ` configuration setting. .. envvar:: MINIO_NOTIFY_MQTT_BROKER @@ -1222,8 +1196,7 @@ an MQTT service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mqtt-broker :end-before: end-minio-notify-mqtt-broker - This variable corresponds to the - :mc-conf:`notify_mqtt broker ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mqtt broker ` configuration setting. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -1237,8 +1210,7 @@ an MQTT service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mqtt-topic :end-before: end-minio-notify-mqtt-topic - This variable corresponds to the - :mc-conf:`notify_mqtt topic ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mqtt topic ` configuration setting. .. envvar:: MINIO_NOTIFY_MQTT_USERNAME @@ -1248,8 +1220,7 @@ an MQTT service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mqtt-username :end-before: end-minio-notify-mqtt-username - This variable corresponds to the - :mc-conf:`notify_mqtt username ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mqtt username ` configuration setting. .. envvar:: MINIO_NOTIFY_MQTT_PASSWORD @@ -1259,8 +1230,7 @@ an MQTT service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mqtt-password :end-before: end-minio-notify-mqtt-password - This variable corresponds to the - :mc-conf:`notify_mqtt password ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mqtt password ` configuration setting. .. envvar:: MINIO_NOTIFY_MQTT_QOS @@ -1268,8 +1238,7 @@ an MQTT service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mqtt-qos :end-before: end-minio-notify-mqtt-qos - This variable corresponds to the - :mc-conf:`notify_mqtt qos ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mqtt qos ` configuration setting. .. envvar:: MINIO_NOTIFY_MQTT_KEEP_ALIVE_INTERVAL @@ -1277,8 +1246,7 @@ an MQTT service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mqtt-keep-alive-interval :end-before: end-minio-notify-mqtt-keep-alive-interval - This variable corresponds to the - :mc-conf:`notify_mqtt keep_alive_interval ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mqtt keep_alive_interval ` configuration setting. .. envvar:: MINIO_NOTIFY_MQTT_RECONNECT_INTERVAL @@ -1286,8 +1254,7 @@ an MQTT service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mqtt-reconnect-interval :end-before: end-minio-notify-mqtt-reconnect-interval - This variable corresponds to the - :mc-conf:`notify_mqtt reconnect_interval ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mqtt reconnect_interval ` configuration setting. .. envvar:: MINIO_NOTIFY_MQTT_QUEUE_DIR @@ -1295,8 +1262,7 @@ an MQTT service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mqtt-queue-dir :end-before: end-minio-notify-mqtt-queue-dir - This variable corresponds to the - :mc-conf:`notify_mqtt queue_dir ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mqtt queue_dir ` configuration setting. .. envvar:: MINIO_NOTIFY_MQTT_QUEUE_LIMIT @@ -1304,8 +1270,7 @@ an MQTT service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mqtt-queue-limit :end-before: end-minio-notify-mqtt-queue-limit - This variable corresponds to the - :mc-conf:`notify_mqtt queue_limit ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mqtt queue_limit ` configuration setting. .. envvar:: MINIO_NOTIFY_MQTT_COMMENT @@ -1313,8 +1278,7 @@ an MQTT service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mqtt-comment :end-before: end-minio-notify-mqtt-comment - This variable corresponds to the - :mc-conf:`notify_mqtt comment ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mqtt comment ` configuration setting. .. _minio-server-envvar-bucket-notification-elasticsearch: @@ -1358,8 +1322,7 @@ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: - :envvar:`MINIO_NOTIFY_ELASTICSEARCH_INDEX` - :envvar:`MINIO_NOTIFY_ELASTICSEARCH_FORMAT` - This variable corresponds to the :mc-conf:`notify_elasticsearch` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_elasticsearch` configuration setting. .. envvar:: MINIO_NOTIFY_ELASTICSEARCH_URL @@ -1369,9 +1332,7 @@ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-elasticsearch-url :end-before: end-minio-notify-elasticsearch-url - This variable corresponds to the - :mc-conf:`notify_elasticsearch url ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_elasticsearch url ` configuration setting. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -1385,9 +1346,7 @@ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-elasticsearch-index :end-before: end-minio-notify-elasticsearch-index - This variable corresponds to the - :mc-conf:`notify_elasticsearch index ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_elasticsearch index ` configuration setting. .. envvar:: MINIO_NOTIFY_ELASTICSEARCH_FORMAT @@ -1397,9 +1356,7 @@ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-elasticsearch-format :end-before: end-minio-notify-elasticsearch-format - This variable corresponds to the - :mc-conf:`notify_elasticsearch format ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_elasticsearch format ` configuration setting. .. envvar:: MINIO_NOTIFY_ELASTICSEARCH_USERNAME @@ -1409,9 +1366,7 @@ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-elasticsearch-username :end-before: end-minio-notify-elasticsearch-username - This variable corresponds to the - :mc-conf:`notify_elasticsearch username ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_elasticsearch username ` configuration setting. .. envvar:: MINIO_NOTIFY_ELASTICSEARCH_PASSWORD @@ -1421,9 +1376,8 @@ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-elasticsearch-password :end-before: end-minio-notify-elasticsearch-password - This variable corresponds to the - :mc-conf:`notify_elasticsearch password ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_elasticsearch password ` configuration setting. + .. envvar:: MINIO_NOTIFY_ELASTICSEARCH_QUEUE_DIR *Optional* @@ -1432,9 +1386,7 @@ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-elasticsearch-queue-dir :end-before: end-minio-notify-elasticsearch-queue-dir - This variable corresponds to the - :mc-conf:`notify_elasticsearch queue_dir ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_elasticsearch queue_dir ` configuration setting. .. envvar:: MINIO_NOTIFY_ELASTICSEARCH_QUEUE_LIMIT @@ -1444,9 +1396,7 @@ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-elasticsearch-queue-limit :end-before: end-minio-notify-elasticsearch-queue-limit - This variable corresponds to the - :mc-conf:`notify_elasticsearch queue_limit ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_elasticsearch queue_limit ` configuration setting. .. envvar:: MINIO_NOTIFY_ELASTICSEARCH_COMMENT @@ -1456,9 +1406,7 @@ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-elasticsearch-comment :end-before: end-minio-notify-elasticsearch-comment - This variable corresponds to the - :mc-conf:`notify_elasticsearch comment ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_elasticsearch comment ` configuration setting. .. _minio-server-envvar-bucket-notification-nsq: @@ -1492,8 +1440,7 @@ NSQ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-nsq-enable :end-before: end-minio-notify-nsq-enable - This variable corresponds to the - :mc-conf:`notify_nsq ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nsq ` configuration setting. .. envvar:: MINIO_NOTIFY_NSQ_NSQD_ADDRESS @@ -1503,9 +1450,7 @@ NSQ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-nsq-nsqd-address :end-before: end-minio-notify-nsq-nsqd-address - This variable corresponds to the - :mc-conf:`notify_nsq nsqd_address ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nsq nsqd_address ` configuration setting. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -1519,9 +1464,7 @@ NSQ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-nsq-topic :end-before: end-minio-notify-nsq-topic - This variable corresponds to the - :mc-conf:`notify_nsq topic ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nsq topic ` configuration setting. .. envvar:: MINIO_NOTIFY_NSQ_TLS @@ -1531,9 +1474,7 @@ NSQ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-nsq-tls :end-before: end-minio-notify-nsq-tls - This variable corresponds to the - :mc-conf:`notify_nsq tls ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nsq tls ` configuration setting. .. envvar:: MINIO_NOTIFY_NSQ_TLS_SKIP_VERIFY @@ -1543,9 +1484,7 @@ NSQ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-nsq-tls-skip-verify :end-before: end-minio-notify-nsq-tls-skip-verify - This variable corresponds to the - :mc-conf:`notify_nsq tls_skip_verify ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nsq tls_skip_verify ` configuration setting. .. envvar:: MINIO_NOTIFY_NSQ_QUEUE_DIR @@ -1555,9 +1494,7 @@ NSQ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-nsq-queue-dir :end-before: end-minio-notify-nsq-queue-dir - This variable corresponds to the - :mc-conf:`notify_nsq queue_dir ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nsq queue_dir ` configuration setting. .. envvar:: MINIO_NOTIFY_NSQ_QUEUE_LIMIT @@ -1567,9 +1504,7 @@ NSQ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-nsq-queue-limit :end-before: end-minio-notify-nsq-queue-limit - This variable corresponds to the - :mc-conf:`notify_nsq queue_limit ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nsq queue_limit ` configuration setting. .. envvar:: MINIO_NOTIFY_NSQ_COMMENT @@ -1579,9 +1514,7 @@ NSQ service endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-nsq-comment :end-before: end-minio-notify-nsq-comment - This variable corresponds to the - :mc-conf:`notify_nsq comment ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nsq comment ` configuration setting. .. _minio-server-envvar-bucket-notification-redis: @@ -1627,8 +1560,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: - :envvar:`MINIO_NOTIFY_REDIS_KEY` - :envvar:`MINIO_NOTIFY_REDIS_FORMAT` - This variable corresponds to the - :mc-conf:`notify_redis ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_redis ` configuration setting. .. envvar:: MINIO_NOTIFY_REDIS_ADDRESS @@ -1638,9 +1570,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-redis-address :end-before: end-minio-notify-redis-address - This variable corresponds to the - :mc-conf:`notify_redis address ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_redis address ` configuration setting. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -1654,9 +1584,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-redis-key :end-before: end-minio-notify-redis-key - This variable corresponds to the - :mc-conf:`notify_redis key ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_redis key ` configuration setting. .. envvar:: MINIO_NOTIFY_REDIS_FORMAT @@ -1666,9 +1594,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-redis-format :end-before: end-minio-notify-redis-format - This variable corresponds to the - :mc-conf:`notify_redis format ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_redis format ` configuration setting. .. envvar:: MINIO_NOTIFY_REDIS_PASSWORD @@ -1679,9 +1605,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-redis-password :end-before: end-minio-notify-redis-password - This variable corresponds to the - :mc-conf:`notify_redis password ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_redis password ` configuration setting. .. envvar:: MINIO_NOTIFY_REDIS_QUEUE_DIR @@ -1691,9 +1615,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-redis-queue-dir :end-before: end-minio-notify-redis-queue-dir - This variable corresponds to the - :mc-conf:`notify_redis queue_dir ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_redis queue_dir ` configuration setting. .. envvar:: MINIO_NOTIFY_REDIS_QUEUE_LIMIT @@ -1703,9 +1625,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-redis-queue-limit :end-before: end-minio-notify-redis-queue-limit - This variable corresponds to the - :mc-conf:`notify_redis queue_limit ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_redis queue_limit ` configuration setting. .. envvar:: MINIO_NOTIFY_REDIS_COMMENT @@ -1715,9 +1635,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-redis-comment :end-before: end-minio-notify-redis-comment - This variable corresponds to the - :mc-conf:`notify_redis comment ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_redis comment ` configuration setting. .. _minio-server-envvar-bucket-notification-nats: @@ -1757,8 +1675,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_ADDRESS @@ -1768,8 +1685,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats address ` configuration setting. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -1783,8 +1699,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats subject ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_USERNAME @@ -1794,8 +1709,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats username ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_PASSWORD @@ -1805,8 +1719,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats password ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_TOKEN @@ -1816,8 +1729,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats token ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_TLS @@ -1827,8 +1739,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats tls ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_TLS_SKIP_VERIFY @@ -1838,9 +1749,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats tls_skip_verify ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_PING_INTERVAL @@ -1850,9 +1759,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats ping_interval ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_JETSTREAM @@ -1874,9 +1781,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration - setting. + This environment variable corresponds with the :mc-conf:`notify_nats streaming ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_STREAMING_ASYNC @@ -1888,9 +1793,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats streaming_async ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_STREAMING_MAX_PUB_ACKS_IN_FLIGHT @@ -1902,9 +1805,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats streaming_max_pub_acks_in_flight ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_STREAMING_CLUSTER_ID @@ -1916,9 +1817,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats streaming_cluster_id ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_CERT_AUTHORITY @@ -1928,9 +1827,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats cert_authority ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_CLIENT_CERT @@ -1940,9 +1837,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats client_cert ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_CLIENT_KEY @@ -1952,9 +1847,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats client_key ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_QUEUE_DIR @@ -1964,9 +1857,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration - setting. + This environment variable corresponds with the :mc-conf:`notify_nats queue_dir ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_QUEUE_LIMIT @@ -1976,9 +1867,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration - setting. + This environment variable corresponds with the :mc-conf:`notify_nats queue_limit ` configuration setting. .. envvar:: MINIO_NOTIFY_NATS_COMMENT @@ -1988,8 +1877,7 @@ For example, :envvar:`MINIO_NOTIFY_NATS_ENABLE_PRIMARY ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_nats comment ` configuration setting. .. _minio-server-envvar-bucket-notification-postgresql: @@ -2039,8 +1927,7 @@ associated to an PostgreSQL service endpoint with ID of ``PRIMARY``. - :envvar:`MINIO_NOTIFY_POSTGRES_TABLE` - :envvar:`MINIO_NOTIFY_POSTGRES_FORMAT` - This environment variable corresponds with the - :mc-conf:`notify_postgres ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_postgres ` configuration setting. .. envvar:: MINIO_NOTIFY_POSTGRES_CONNECTION_STRING @@ -2050,9 +1937,7 @@ associated to an PostgreSQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-postgresql-connection-string :end-before: end-minio-notify-postgresql-connection-string - This environment variable corresponds with the - :mc-conf:`notify_postgres connection_string ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_postgres connection_string ` configuration setting. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -2066,9 +1951,7 @@ associated to an PostgreSQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-postgresql-table :end-before: end-minio-notify-postgresql-table - This environment variable corresponds with the - :mc-conf:`notify_postgres table ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_postgres table ` configuration setting. .. envvar:: MINIO_NOTIFY_POSTGRES_FORMAT @@ -2079,9 +1962,7 @@ associated to an PostgreSQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-postgresql-format :end-before: end-minio-notify-postgresql-format - This environment variable corresponds with the - :mc-conf:`notify_postgres format ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_postgres format ` configuration setting. .. envvar:: MINIO_NOTIFY_POSTGRES_MAX_OPEN_CONNECTIONS @@ -2092,10 +1973,7 @@ associated to an PostgreSQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-postgresql-max-open-connections :end-before: end-minio-notify-postgresql-max-open-connections - This environment variable corresponds with the - :mc-conf:`notify_postgres max_open_connections - ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_postgres max_open_connections ` configuration setting. .. envvar:: MINIO_NOTIFY_POSTGRES_QUEUE_DIR @@ -2105,9 +1983,7 @@ associated to an PostgreSQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-postgresql-queue-dir :end-before: end-minio-notify-postgresql-queue-dir - This environment variable corresponds with the - :mc-conf:`notify_postgres queue_dir ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_postgres queue_dir ` configuration setting. .. envvar:: MINIO_NOTIFY_POSTGRES_QUEUE_LIMIT @@ -2117,9 +1993,7 @@ associated to an PostgreSQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-postgresql-queue-limit :end-before: end-minio-notify-postgresql-queue-limit - This environment variable corresponds with the - :mc-conf:`notify_postgres queue_limit ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_postgres queue_limit ` configuration setting. .. envvar:: MINIO_NOTIFY_POSTGRES_COMMENT @@ -2129,9 +2003,7 @@ associated to an PostgreSQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-postgresql-comment :end-before: end-minio-notify-postgresql-comment - This environment variable corresponds with the - :mc-conf:`notify_postgres comment ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_postgres comment ` configuration setting. .. _minio-server-envvar-bucket-notification-mysql: @@ -2180,8 +2052,7 @@ associated to an MySQL service endpoint with ID of ``PRIMARY``. - :envvar:`MINIO_NOTIFY_MYSQL_TABLE` - :envvar:`MINIO_NOTIFY_MYSQL_FORMAT` - This environment variable corresponds with the - :mc-conf:`notify_mysql ` configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mysql ` configuration setting. .. envvar:: MINIO_NOTIFY_MYSQL_DSN_STRING @@ -2191,9 +2062,7 @@ associated to an MySQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mysql-connection-string :end-before: end-minio-notify-mysql-connection-string - This environment variable corresponds with the - :mc-conf:`notify_mysql dsn_string ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mysql dsn_string ` configuration setting. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -2207,10 +2076,7 @@ associated to an MySQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mysql-table :end-before: end-minio-notify-mysql-table - This environment variable corresponds with the - :mc-conf:`notify_mysql table ` - configuration setting. - + This environment variable corresponds with the :mc-conf:`notify_mysql table ` configuration setting. .. envvar:: MINIO_NOTIFY_MYSQL_FORMAT @@ -2220,10 +2086,7 @@ associated to an MySQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mysql-format :end-before: end-minio-notify-mysql-format - This environment variable corresponds with the - :mc-conf:`notify_mysql format ` - configuration setting. - + This environment variable corresponds with the :mc-conf:`notify_mysql format ` configuration setting. .. envvar:: MINIO_NOTIFY_MYSQL_MAX_OPEN_CONNECTIONS @@ -2233,10 +2096,7 @@ associated to an MySQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mysql-max-open-connections :end-before: end-minio-notify-mysql-max-open-connections - This environment variable corresponds with the - :mc-conf:`notify_mysql max_open_connections - ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mysql max_open_connections ` configuration setting. .. envvar:: MINIO_NOTIFY_MYSQL_QUEUE_DIR @@ -2246,9 +2106,7 @@ associated to an MySQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mysql-queue-dir :end-before: end-minio-notify-mysql-queue-dir - This environment variable corresponds with the - :mc-conf:`notify_mysql queue_dir ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mysql queue_dir ` configuration setting. .. envvar:: MINIO_NOTIFY_MYSQL_QUEUE_LIMIT @@ -2258,9 +2116,7 @@ associated to an MySQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mysql-queue-limit :end-before: end-minio-notify-mysql-queue-limit - This environment variable corresponds with the - :mc-conf:`notify_mysql queue_limit ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mysql queue_limit ` configuration setting. .. envvar:: MINIO_NOTIFY_MYSQL_COMMENT @@ -2270,9 +2126,7 @@ associated to an MySQL service endpoint with ID of ``PRIMARY``. :start-after: start-minio-notify-mysql-comment :end-before: end-minio-notify-mysql-comment - This environment variable corresponds with the - :mc-conf:`notify_mysql comment ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_mysql comment ` configuration setting. .. _minio-server-envvar-bucket-notification-kafka: @@ -2315,9 +2169,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-brokers :end-before: end-minio-notify-kafka-brokers - This environment variable corresponds to the - :mc-conf:`notify_kafka brokers ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka brokers ` configuration setting. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -2331,9 +2183,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-topic :end-before: end-minio-notify-kafka-topic - This environment variable corresponds to the - :mc-conf:`notify_kafka topic ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka topic ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_SASL @@ -2343,9 +2193,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-sasl-root :end-before: end-minio-notify-kafka-sasl-root - This environment variable corresponds to the - :mc-conf:`notify_kafka sasl ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka sasl ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_SASL_USERNAME @@ -2355,9 +2203,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-sasl-username :end-before: end-minio-notify-kafka-sasl-username - This environment variable corresponds to the - :mc-conf:`notify_kafka sasl_username ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka sasl_username ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_SASL_PASSWORD @@ -2367,9 +2213,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-sasl-password :end-before: end-minio-notify-kafka-sasl-password - This environment variable corresponds to the - :mc-conf:`notify_kafka sasl_password ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka sasl_password ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_SASL_MECHANISM @@ -2379,9 +2223,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-sasl-mechanism :end-before: end-minio-notify-kafka-sasl-mechanism - This environment variable corresponds to the - :mc-conf:`notify_kafka sasl_mechanism ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka sasl_mechanism ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_TLS_CLIENT_AUTH @@ -2391,9 +2233,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-tls-client-auth :end-before: end-minio-notify-kafka-tls-client-auth - This environment variable corresponds to the - :mc-conf:`notify_kafka tls_client_auth ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka tls_client_auth ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_TLS @@ -2403,9 +2243,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-tls-root :end-before: end-minio-notify-kafka-tls-root - This environment variable corresponds to the - :mc-conf:`notify_kafka tls ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka tls ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_TLS_SKIP_VERIFY @@ -2415,9 +2253,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-tls-skip-verify :end-before: end-minio-notify-kafka-tls-skip-verify - This environment variable corresponds to the - :mc-conf:`notify_kafka tls_skip_verify ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka tls_skip_verify ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_CLIENT_TLS_CERT @@ -2427,9 +2263,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-client-tls-cert :end-before: end-minio-notify-kafka-client-tls-cert - This environment variable corresponds to the - :mc-conf:`notify_kafka client_tls_cert ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka client_tls_cert ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_CLIENT_TLS_KEY @@ -2439,9 +2273,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-client-tls-key :end-before: end-minio-notify-kafka-client-tls-key - This environment variable corresponds to the - :mc-conf:`notify_kafka client_tls_key ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka client_tls_key ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_VERSION @@ -2451,9 +2283,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-version :end-before: end-minio-notify-kafka-version - This environment variable corresponds to the - :mc-conf:`notify_kafka version ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka version ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_QUEUE_DIR @@ -2463,9 +2293,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-queue-dir :end-before: end-minio-notify-kafka-queue-dir - This environment variable corresponds to the - :mc-conf:`notify_kafka queue_dir ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka queue_dir ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_QUEUE_LIMIT @@ -2475,9 +2303,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-queue-limit :end-before: end-minio-notify-kafka-queue-limit - This environment variable corresponds to the - :mc-conf:`notify_kafka queue_limit ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka queue_limit ` configuration setting. .. envvar:: MINIO_NOTIFY_KAFKA_COMMENT @@ -2487,9 +2313,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: start-minio-notify-kafka-comment :end-before: end-minio-notify-kafka-comment - This environment variable corresponds to the - :mc-conf:`notify_kafka comment ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_kafka comment ` configuration setting. .. _minio-server-envvar-bucket-notification-webhook: @@ -2531,9 +2355,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: minio-notify-webhook-endpoint :end-before: minio-notify-webhook-endpoint - This environment variable corresponds with the - :mc-conf:`notify_webhook endpoint ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_webhook endpoint ` configuration setting. .. include:: /includes/linux/minio-server.rst :start-after: start-notify-target-online-desc @@ -2547,9 +2369,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: minio-notify-webhook-auth-token :end-before: minio-notify-webhook-auth-token - This environment variable corresponds with the - :mc-conf:`notify_webhook auth_token ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_webhook auth_token ` configuration setting. .. envvar:: MINIO_NOTIFY_WEBHOOK_QUEUE_DIR @@ -2559,9 +2379,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: minio-notify-webhook-queue-dir :end-before: minio-notify-webhook-queue-dir - This environment variable corresponds with the - :mc-conf:`notify_webhook queue_dir ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_webhook queue_dir ` configuration setting. .. envvar:: MINIO_NOTIFY_WEBHOOK_QUEUE_LIMIT @@ -2571,9 +2389,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: minio-notify-webhook-queue-limit :end-before: minio-notify-webhook-queue-limit - This environment variable corresponds with the - :mc-conf:`notify_webhook queue_limit ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_webhook queue_limit ` configuration setting. .. envvar:: MINIO_NOTIFY_WEBHOOK_CLIENT_CERT @@ -2583,9 +2399,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: minio-notify-webhook-client-cert :end-before: minio-notify-webhook-client-cert - This environment variable corresponds with the - :mc-conf:`notify_webhook client_cert ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_webhook client_cert ` configuration setting. .. envvar:: MINIO_NOTIFY_WEBHOOK_CLIENT_KEY @@ -2595,9 +2409,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: minio-notify-webhook-client-key :end-before: minio-notify-webhook-client-key - This environment variable corresponds with the - :mc-conf:`notify_webhook client_key ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_webhook client_key ` configuration setting. .. envvar:: MINIO_NOTIFY_WEBHOOK_COMMENT @@ -2607,9 +2419,7 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively: :start-after: minio-notify-webhook-comment :end-before: minio-notify-webhook-comment - This environment variable corresponds with the - :mc-conf:`notify_webhook comment ` - configuration setting. + This environment variable corresponds with the :mc-conf:`notify_webhook comment ` configuration setting. .. _minio-server-envvar-object-lambda-webhook: @@ -2677,7 +2487,7 @@ variables. :start-after: start-minio-ad-ldap-server-addr :end-before: end-minio-ad-ldap-server-addr - This environment variable corresponds with the :mc-cmd:`mc idp ldap add server_addr` command. + This environment variable corresponds with the :mc-cmd:`mc idp ldap add server_addr` parameter. .. envvar:: MINIO_IDENTITY_LDAP_LOOKUP_BIND_DN @@ -2687,7 +2497,7 @@ variables. :start-after: start-minio-ad-ldap-lookup-bind-dn :end-before: end-minio-ad-ldap-lookup-bind-dn - This environment variable corresponds with the :mc-cmd:`mc idp ldap add lookup_bind_dn` command. + This environment variable corresponds with the :mc-cmd:`mc idp ldap add lookup_bind_dn` parameter. .. envvar:: MINIO_IDENTITY_LDAP_LOOKUP_BIND_PASSWORD @@ -2697,7 +2507,7 @@ variables. :start-after: start-minio-ad-ldap-lookup-bind-password :end-before: end-minio-ad-ldap-lookup-bind-password - This environment variable corresponds with the :mc-cmd:`mc idp ldap add lookup_bind_password` command. + This environment variable corresponds with the :mc-cmd:`~mc idp ldap add lookup_bind_password` parameter. .. envvar:: MINIO_IDENTITY_LDAP_USER_DN_SEARCH_BASE_DN @@ -2707,7 +2517,7 @@ variables. :start-after: start-minio-ad-ldap-user-dn-search-base-dn :end-before: end-minio-ad-ldap-user-dn-search-base-dn - This environment variable corresponds with the :mc-cmd:`mc idp ldap add user_dn_search_base_dn` command. + This environment variable corresponds with the :mc-cmd:`~mc idp ldap add user_dn_search_base_dn` parameter. .. envvar:: MINIO_IDENTITY_LDAP_USER_DN_SEARCH_FILTER @@ -2717,7 +2527,7 @@ variables. :start-after: start-minio-ad-ldap-user-dn-search-filter :end-before: end-minio-ad-ldap-user-dn-search-filter - This environment variable corresponds with the :mc-cmd:`mc idp ldap add user_dn_search_filter` command. + This environment variable corresponds with the :mc-cmd:`~mc idp ldap add user_dn_search_filter` parameter. .. envvar:: MINIO_IDENTITY_LDAP_GROUP_SEARCH_FILTER @@ -2727,7 +2537,7 @@ variables. :start-after: start-minio-ad-ldap-group-search-filter :end-before: end-minio-ad-ldap-group-search-filter - This environment variable corresponds with the :mc-cmd:`mc idp ldap add group_search_filter` command. + This environment variable corresponds with the :mc-cmd:`~mc idp ldap add group_search_filter` parameter. .. envvar:: MINIO_IDENTITY_LDAP_GROUP_SEARCH_BASE_DN @@ -2737,7 +2547,7 @@ variables. :start-after: start-minio-ad-ldap-group-search-base-dn :end-before: end-minio-ad-ldap-group-search-base-dn - This environment variable corresponds with the :mc-cmd:`mc idp ldap add group_search_base_dn` command. + This environment variable corresponds with the :mc-cmd:`~mc idp ldap add group_search_base_dn` parameter. .. envvar:: MINIO_IDENTITY_LDAP_TLS_SKIP_VERIFY @@ -2747,7 +2557,7 @@ variables. :start-after: start-minio-ad-ldap-tls-skip-verify :end-before: end-minio-ad-ldap-tls-skip-verify - This environment variable corresponds with the :mc-cmd:`mc idp ldap add tls_skip_verify` command. + This environment variable corresponds with the :mc-cmd:`~mc idp ldap add tls_skip_verify` parameter. .. envvar:: MINIO_IDENTITY_LDAP_SERVER_INSECURE @@ -2757,7 +2567,7 @@ variables. :start-after: start-minio-ad-ldap-server-insecure :end-before: end-minio-ad-ldap-server-insecure - This environment variable corresponds with the :mc-cmd:`mc idp ldap add server_insecure` command. + This environment variable corresponds with the :mc-cmd:`~mc idp ldap add server_insecure` parameter. .. envvar:: MINIO_IDENTITY_LDAP_SERVER_STARTTLS @@ -2767,7 +2577,7 @@ variables. :start-after: start-minio-ad-ldap-server-starttls :end-before: end-minio-ad-ldap-server-starttls - This environment variable corresponds with the :mc-cmd:`mc idp ldap add server_starttls` command. + This environment variable corresponds with the :mc-cmd:`~mc idp ldap add server_starttls` parameter. .. envvar:: MINIO_IDENTITY_LDAP_SRV_RECORD_NAME @@ -2779,7 +2589,7 @@ variables. :start-after: start-minio-ad-ldap-srv_record_name :end-before: end-minio-ad-ldap-srv_record_name - This environment variable corresponds with the :mc-cmd:`mc idp ldap add srv_record_name` command. + This environment variable corresponds with the :mc-cmd:`~mc idp ldap add srv_record_name` parameter. .. envvar:: MINIO_IDENTITY_LDAP_COMMENT @@ -2789,7 +2599,7 @@ variables. :start-after: start-minio-ad-ldap-comment :end-before: end-minio-ad-ldap-comment - This environment variable corresponds with the :mc-cmd:`mc idp ldap add comment` command. + This environment variable corresponds with the :mc-cmd:`~mc idp ldap add comment` parameter. .. _minio-server-envvar-external-identity-management-openid: @@ -2808,9 +2618,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-config-url :end-before: end-minio-openid-config-url - This environment variable corresponds with the - :mc-conf:`identity_openid config_url - ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid config_url ` configuration setting. .. envvar:: MINIO_IDENTITY_OPENID_CLIENT_ID @@ -2820,9 +2628,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-client-id :end-before: end-minio-openid-client-id - This environment variable corresponds with the - :mc-conf:`identity_openid client_id - ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid client_id ` configuration setting. .. envvar:: MINIO_IDENTITY_OPENID_CLIENT_SECRET @@ -2832,9 +2638,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-client-secret :end-before: end-minio-openid-client-secret - This environment variable corresponds with the - :mc-conf:`identity_openid client_secret - ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid client_secret ` configuration setting. .. envvar:: MINIO_IDENTITY_OPENID_CLAIM_NAME @@ -2844,9 +2648,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-claim-name :end-before: end-minio-openid-claim-name - This environment variable corresponds with the - :mc-conf:`identity_openid claim_name - ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid claim_name ` configuration setting. .. envvar:: MINIO_IDENTITY_OPENID_CLAIM_PREFIX @@ -2856,9 +2658,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-claim-prefix :end-before: end-minio-openid-claim-prefix - This environment variable corresponds with the - :mc-conf:`identity_openid claim_prefix - ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid claim_prefix ` configuration setting. .. envvar:: MINIO_IDENTITY_OPENID_DISPLAY_NAME @@ -2876,9 +2676,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-scopes :end-before: end-minio-openid-scopes - This environment variable corresponds with the - :mc-conf:`identity_openid scopes - ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid scopes ` configuration setting. .. envvar:: MINIO_IDENTITY_OPENID_REDIRECT_URI @@ -2888,9 +2686,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-redirect-uri :end-before: end-minio-openid-redirect-uri - This environment variable corresponds with the - :mc-conf:`identity_openid redirect_uri - ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid redirect_uri ` configuration setting. .. envvar:: MINIO_IDENTITY_OPENID_REDIRECT_URI_DYNAMIC @@ -2900,7 +2696,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-redirect-uri-dynamic :end-before: end-minio-openid-redirect-uri-dynamic - This environment variable corresponds with the :mc-conf:`identity_openid redirect_uri_dynamic ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid redirect_uri_dynamic ` configuration setting. .. envvar:: MINIO_IDENTITY_OPENID_CLAIM_USERINFO @@ -2910,7 +2706,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-claim-userinfo :end-before: end-minio-openid-claim-userinfo - This environment variable corresponds with the :mc-conf:`identity_openid claim_userinfo ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid claim_userinfo ` configuration setting. .. envvar:: MINIO_IDENTITY_OPENID_VENDOR @@ -2920,7 +2716,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-vendor :end-before: end-minio-openid-vendor - This environment variable corresponds with the :mc-conf:`identity_openid vendor ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid vendor ` configuration setting. .. envvar:: MINIO_IDENTITY_OPENID_KEYCLOAK_REALM @@ -2930,7 +2726,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-keycloak-realm :end-before: end-minio-openid-keycloak-realm - This environment variable corresponds with the :mc-conf:`identity_openid keycloak_realm ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid keycloak_realm ` configuration setting. Requires :envvar:`MINIO_IDENTITY_OPENID_VENDOR` set to ``keycloak``. @@ -2942,7 +2738,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-keycloak-admin-url :end-before: end-minio-openid-keycloak-admin-url - This environment variable corresponds with the :mc-conf:`identity_openid keycloak_admin_url ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid keycloak_admin_url ` configuration setting. Requires :envvar:`MINIO_IDENTITY_OPENID_VENDOR` set to ``keycloak``. @@ -2955,9 +2751,7 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See :start-after: start-minio-openid-comment :end-before: end-minio-openid-comment - This environment variable corresponds with the - :mc-conf:`identity_openid comment - ` setting. + This environment variable corresponds with the :mc-conf:`identity_openid comment ` configuration setting. .. _minio-server-envvar-external-identity-management-plugin: @@ -3027,7 +2821,7 @@ See :ref:`minio-data-compression` for tutorials on using these configuration set :start-after: start-minio-data-compression-allow_encryption-desc :end-before: end-minio-data-compression-allow_encryption-desc - This environment variable corresponds with the :mc-conf:`compression allow_encryption ` setting. + This environment variable corresponds with the :mc-conf:`compression allow_encryption ` configuration setting. .. envvar:: MINIO_COMPRESSION_ENABLE @@ -3037,7 +2831,7 @@ See :ref:`minio-data-compression` for tutorials on using these configuration set :start-after: start-minio-data-compression-enable-desc :end-before: end-minio-data-compression-enable-desc - This environment variable corresponds with the :mc-conf:`compression enable ` setting. + This environment variable corresponds with the :mc-conf:`compression enable ` configuration setting. .. envvar:: MINIO_COMPRESSION_EXTENSIONS @@ -3047,7 +2841,7 @@ See :ref:`minio-data-compression` for tutorials on using these configuration set :start-after: start-minio-data-compression-extensions-desc :end-before: end-minio-data-compression-extensions-desc - This environment variable corresponds with the :mc-conf:`compression extensions ` setting. + This environment variable corresponds with the :mc-conf:`compression extensions ` configuration setting. .. envvar:: MINIO_COMPRESSION_MIME_TYPES @@ -3057,5 +2851,5 @@ See :ref:`minio-data-compression` for tutorials on using these configuration set :start-after: start-minio-data-compression-mime_types-desc :end-before: end-minio-data-compression-mime_types-desc - This environment variable corresponds with the :mc-conf:`compression mime_types ` setting. + This environment variable corresponds with the :mc-conf:`compression mime_types ` configuration setting.