minio/internal/config/api
Shireesh Anjal c1437c7b46
allow `config reset api` to work by overloading default values (#14368)
The `LookupConfig` code was not using `GetWithDefault`, because of which
some of the config values were being returned as empty string, and calls
like `strconv.Atoi` and `time.ParseDuration` on these were failing.
2022-02-21 15:50:45 -08:00
..
api.go allow `config reset api` to work by overloading default values (#14368) 2022-02-21 15:50:45 -08:00
help.go allow disabling O_DIRECT in certain environments for reads (#14115) 2022-01-17 08:34:14 -08:00