mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05: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
@@ -83,7 +83,7 @@ type xlMetaV1 struct {
|
||||
Release string `json:"release"`
|
||||
} `json:"minio"`
|
||||
// Metadata map for current object `xl.json`.
|
||||
Meta map[string]string `json:"meta"`
|
||||
Meta map[string]string `json:"meta,omitempty"`
|
||||
// Captures all the individual object `xl.json`.
|
||||
Parts []objectPartInfo `json:"parts,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user