|
|
@ -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"` |
|
|
|
} |
|
|
|
} |
|
|
|