mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03: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