mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Fix bug in JSON representation of object properties (#4238)
Introduced in #4003
This commit is contained in:
parent
5016649f47
commit
2121b78ea7
@ -139,8 +139,8 @@ type objectMeta struct {
|
||||
Key string `json:"key"`
|
||||
Size int64 `json:"size,omitempty"`
|
||||
ETag string `json:"eTag,omitempty"`
|
||||
ContentType string `json:"contentType:omitempty"`
|
||||
UserDefined map[string]string `json:"userDefined:omitempty"`
|
||||
ContentType string `json:"contentType,omitempty"`
|
||||
UserDefined map[string]string `json:"userDefined,omitempty"`
|
||||
VersionID string `json:"versionId,omitempty"`
|
||||
Sequencer string `json:"sequencer"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user