1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 21:14:14 -04:00

3 Commits

Author SHA1 Message Date
Ashish Kumar Sinha
c6f86d35d3 Rectify Examples and README.MD () 2019-08-28 10:56:02 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Anis Elleuch
3099af70a3 Add admin get/set config keys API ()
This PR adds two new admin APIs in Minio server and madmin package:
- GetConfigKeys(keys []string) ([]byte, error)
- SetConfigKeys(params map[string]string) (err error)

A key is a path in Minio configuration file, (e.g. notify.webhook.1)

The user will always send a string value when setting it in the config file,
the API will know how to convert the value to the appropriate type. The user
is also able to set a raw json.

Before setting a new config, Minio will validate all fields and try to connect
to notification targets if available.
2018-09-06 20:33:18 +05:30