mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
Add full API tests, move storage/donut to donut, add disk tests as well
This commit is contained in:
@@ -199,7 +199,7 @@ func getConfigFile() string {
|
||||
if err := os.MkdirAll(confPath, 0700); err != nil {
|
||||
return ""
|
||||
}
|
||||
return filepath.Join(confPath, "config.json")
|
||||
return filepath.Join(confPath, "users.json")
|
||||
}
|
||||
|
||||
// validate auth header handler ServeHTTP() wrapper
|
||||
|
||||
Reference in New Issue
Block a user