1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00
Files
docs/source/includes/common-mc-admin-config.rst
Ravind Kumar 4edb3f7bae Improve documentation on MINIO_DOMAIN (#1131)
# Summary

As per a recent customer issue, our guidance on `MINIO_DOMAIN` and
path/virtual bucket lookups needs some attention.

There are two main areas to address:

1. We need to guide users to avoid namespace collision within the
`MINIO_DOMAIN` , as this causes bucket lookup issues with certain MinIO
services/features
2. We need to generally improve docs on setting `MINIO_DOMAIN` correctly

There is also a side objective from Engineering to ensure we have a
simple admonition to direct users to test wherever possible changes to
config settings before applying to production.

---------

Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2024-02-14 17:16:58 -05:00

3.3 KiB

Object Type File Extension Media (MIME) Type
Audio audio/*
Video
*.mp4
*.mkv
*.mov
video/*
Image
*.jpg
*.png
*.gif
application/x-compress (LZW)
7ZIP Compressed *.7z
BZIP2 Compressed *.bz2 application/x-bz2
GZIP Compressed *.gz application/x-gzip
RAR Compressed *.rar
LZMA Compressed *.xz application/x-xz
ZIP Compressed *.zip
application/zip
application-x-zip-compressed
File Extensions Media (MIME) Types

.txt

.log

.csv

.json

.tar

.xml

.bin

text/*

application/json

application/xml

binary/octet-stream

Enables synchronous bucket notifications <minio-bucket-notifications>.

Specify on to direct MinIO to wait until the remote target returns success on receipt of an event before processing further events.

Defaults to off, or asynchronous bucket notifications where MinIO does not wait for the remote target to return success on receipt of an event.

This setting does not have a configuration setting option.

You can establish or modify settings by defining:

  • an environment variable on the host system prior to starting or restarting the MinIO Server. Refer to your operating system's documentation for how to define an environment variable.
  • a configuration setting using mc admin config set.
  • a configuration setting using the MinIO Console's <minio-console-settings> Administrator > Settings pages.

If you define both an environment variable and the similar configuration setting, MinIO uses the environment variable value.

Some settings have only an environment variable or a configuration setting, but not both.

Important

Each configuration setting controls fundamental MinIO behavior and functionality. MinIO strongly recommends testing configuration changes in a lower environment, such as DEV or QA, before applying to production.