mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 06:00:24 +03:00
fs: Save metadata for objects in minioMetaBucket directory. (#2251)
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
303f216150
commit
0add96f655
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user