fs: Save metadata for objects in minioMetaBucket directory. (#2251)

This commit is contained in:
Harshavardhana
2016-07-21 17:31:14 -07:00
committed by Anand Babu (AB) Periasamy
parent 303f216150
commit 0add96f655
6 changed files with 175 additions and 20 deletions
+3
View File
@@ -30,6 +30,9 @@ const (
// Staging buffer read size for all internal operations version 1.
readSizeV1 = 128 * 1024 // 128KiB.
// Buckets meta prefix.
bucketMetaPrefix = "buckets"
)
// Register callback functions that needs to be called when process shutsdown.