minio/cmd/config
Anis Elleuch 6b9805e891
fix: Avoid crash when there is an error testing a target notif (#8986)
RegisterNotificationTargets() cleans up all connections
that it makes to notification targets when an error occurs
during its execution.

However there is a typo in the code that makes the function to always
try to access to a nil pointer in the defer code since the function
in question will always return nil in the case of any error.

This commit fixes the typo in the code.
2020-02-13 11:26:23 +05:30
..
cache Allow caching based on a configurable number of hits. (#8891) 2020-02-04 09:10:01 +05:30
compress Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
etcd fix: Avoid re-reading bucket names from etcd (#8924) 2020-02-03 13:54:20 +05:30
identity fix: close and drain the response body always (#8847) 2020-01-21 02:46:58 -08:00
notify fix: Avoid crash when there is an error testing a target notif (#8986) 2020-02-13 11:26:23 +05:30
policy/opa Add new admin API to return Accounting Usage (#8689) 2020-02-04 18:20:39 -08:00
storageclass Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
bool-flag.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
bool-flag_test.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
certs.go Load certs even if they are symlinks (#8494) 2019-11-08 11:59:20 +05:30
certs_test.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
config.go fix: set appropriate defaults when new keys added (#8795) 2020-01-10 16:57:18 -08:00
config_test.go Fix console logger crash in gateway mode (#8525) 2019-11-14 14:19:57 -08:00
constants.go Order all keys in config (#8541) 2019-11-20 15:10:24 -08:00
errors-utils.go xl: Print the correct err msg when access to the backend is forbidden (#8735) 2020-01-03 21:15:26 +05:30
errors.go Allow caching based on a configurable number of hits. (#8891) 2020-02-04 09:10:01 +05:30
help.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
legacy.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00