mc admin config
Description
The mc admin config command manages configuration settings for the minio server.
Use mc admin on MinIO Deployments Only
MinIO does not support using mc admin commands with other S3-compatible services, regardless of their claimed compatibility with MinIO deployments.
Examples
Syntax
mc admin config set
mc-cmd
Sets a configuration key on the MinIO deployment. Configurations defined by environment variables override configurations defined by this command.
mc admin config get
mc-cmd
Gets a configuration key on the MinIO deployment created using mc admin config set.
mc admin config export
mc-cmd
Exports any configuration settings created using mc admin config set.
mc admin config history
mc-cmd
Lists the history of changes made to configuration keys by mc admin config.
Configurations defined by environment variables do not show.
mc admin config import
mc-cmd
Imports configuration settings exported using mc admin config export.
mc admin config reset
mc-cmd
Resets config to defaults. Configurations defined in environment variables are not affected.
mc admin config restore
mc-cmd
Roll back changes to configuration keys to a previous point in history.
Does not affect configurations defined by environment variables.
Configuration Settings
For a list of available configuration settings, see Settings Overview.
Portions of this page are adapted from the MinIO Object Storage Documentation, © 2020–Present MinIO, Inc., licensed under CC BY 4.0, converted and maintained by the Silo project. Attribution