mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
XL: GetObjectInfo() store and retrieve user-defined object metadata. (#2189)
This commit is contained in:
@@ -62,6 +62,9 @@ type ObjectInfo struct {
|
||||
// what decoding mechanisms must be applied to obtain the object referenced
|
||||
// by the Content-Type header field.
|
||||
ContentEncoding string
|
||||
|
||||
// User-Defined metadata
|
||||
UserDefined map[string]string
|
||||
}
|
||||
|
||||
// ListPartsInfo - represents list of all parts.
|
||||
|
||||
Reference in New Issue
Block a user