Skip to content

S3Bucket struct is missing awsGeneratedTags field. #634

Description

@jeschkies

The S3Bucket struct of the S3 event is missing the new awsGeneratedTags field:

type S3Bucket struct {
Name string `json:"name"`
OwnerIdentity S3UserIdentity `json:"ownerIdentity"`
Arn string `json:"arn"` //nolint: staticcheck
}

It seems it had been introduced recently https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-content-structure.html.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions