|
|
|
@ -137,13 +137,13 @@ type bucketMeta struct { |
|
|
|
|
|
|
|
|
|
// Notification event object metadata.
|
|
|
|
|
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"` |
|
|
|
|
VersionID string `json:"versionId,omitempty"` |
|
|
|
|
Sequencer string `json:"sequencer"` |
|
|
|
|
Key string `json:"key"` |
|
|
|
|
Size int64 `json:"size,omitempty"` |
|
|
|
|
ETag string `json:"eTag,omitempty"` |
|
|
|
|
ContentType string `json:"contentType,omitempty"` |
|
|
|
|
UserMetadata map[string]string `json:"userMetadata,omitempty"` |
|
|
|
|
VersionID string `json:"versionId,omitempty"` |
|
|
|
|
Sequencer string `json:"sequencer"` |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ( |
|
|
|
|