mirror of
https://github.com/minio/minio.git
synced 2025-04-21 11:04:20 -04: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"`
|
Key string `json:"key"`
|
||||||
Size int64 `json:"size,omitempty"`
|
Size int64 `json:"size,omitempty"`
|
||||||
ETag string `json:"eTag,omitempty"`
|
ETag string `json:"eTag,omitempty"`
|
||||||
ContentType string `json:"contentType:omitempty"`
|
ContentType string `json:"contentType,omitempty"`
|
||||||
UserDefined map[string]string `json:"userDefined:omitempty"`
|
UserDefined map[string]string `json:"userDefined,omitempty"`
|
||||||
VersionID string `json:"versionId,omitempty"`
|
VersionID string `json:"versionId,omitempty"`
|
||||||
Sequencer string `json:"sequencer"`
|
Sequencer string `json:"sequencer"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user