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
Andrea Longo 0747c9a191 mention that tiny files are not compressed, also other typos (#1357)
Came up in a customer issue. Specifically the threshold is 4 kb and
there is no configuration option. (Nor does Klaus want one.)

Worth adding? With how much detail? The threshold choice is because of
typical block size on disk. You will use at least that much anyway so
why bother compressing.

Staged:


http://192.241.195.202:9000/staging/dont-compress-small-objects/linux/administration/object-management/data-compression.html#excluded-file-types

Drive-by fix tacked onto this PR: correct typos in some `mc anonymous`
examples.

Staged:

http://192.241.195.202:9000/staging/dont-compress-small-objects/linux/reference/minio-mc/mc-anonymous.html

---------

Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
Co-authored-by: Ravind Kumar <ravind@min.io>
2024-10-25 14:52:33 -06:00

3.4 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
Smaller than 4 KiB
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.