minio/vendor
Anis Elleuch 3099af70a3 Add admin get/set config keys API (#6113)
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
..
cloud.google.com/go Implement gateway support Google Cloud Storage 2017-06-16 14:47:02 -07:00
github.com Add admin get/set config keys API (#6113) 2018-09-06 20:33:18 +05:30
go.uber.org Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
golang.org/x Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
google.golang.org Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
gopkg.in tests: Remove dependency on check.v1 (#5034) 2017-10-10 02:14:42 -07:00
vendor.json Add admin get/set config keys API (#6113) 2018-09-06 20:33:18 +05:30