minio: Add config-folder option.

Fixes #997
This commit is contained in:
Harshavardhana
2015-12-06 14:31:20 -08:00
parent a97c4ebce3
commit 836f5204af
19 changed files with 149 additions and 202 deletions

View File

@@ -184,8 +184,8 @@ type bintree struct {
}
var _bintree = &bintree{nil, map[string]*bintree{
"db": &bintree{nil, map[string]*bintree{
"db.json": &bintree{dbDbJSON, map[string]*bintree{}},
"db": {nil, map[string]*bintree{
"db.json": {dbDbJSON, map[string]*bintree{}},
}},
}}