mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add updateConfig code to load config changes if possible for every function
This commit is contained in:
@@ -32,7 +32,7 @@ type Minio struct {
|
||||
// New instantiate a new minio API
|
||||
func New() Minio {
|
||||
// ignore errors for now
|
||||
d, _ := donut.LoadDonut()
|
||||
d, _ := donut.New()
|
||||
return Minio{
|
||||
OP: make(chan Operation),
|
||||
Donut: d,
|
||||
|
||||
Reference in New Issue
Block a user