Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type S3Notification ¶
type S3Notification struct {
// https://docs.aws.amazon.com/AmazonS3/latest/dev/notification-content-structure.html
Records []events.S3EventRecord
}
S3Notification is sent when new data is available in S3
func NewS3ObjectPutNotification ¶
func NewS3ObjectPutNotification(bucket, key string, nbytes int) *S3Notification
Click to show internal directories.
Click to hide internal directories.