mirror of
https://github.com/minio/minio.git
synced 2025-11-22 18:47:43 -05:00
fs/bucket: Move bucket metadata into buckets.json
This commit is contained in:
@@ -38,7 +38,8 @@ func (s *MySuite) TestAPISuite(c *C) {
|
||||
c.Check(err, IsNil)
|
||||
path, err := ioutil.TempDir(os.TempDir(), "minio-")
|
||||
c.Check(err, IsNil)
|
||||
SetFSMultipartsConfigPath(filepath.Join(configPath, "multiparts.json"))
|
||||
SetFSMultipartsConfigPath(filepath.Join(configPath, "multiparts-session.json"))
|
||||
SetFSBucketsConfigPath(filepath.Join(configPath, "buckets.json"))
|
||||
storageList = append(storageList, path)
|
||||
store, perr := New()
|
||||
store.SetRootPath(path)
|
||||
|
||||
Reference in New Issue
Block a user