Maipucino
Maipucino

Reputation: 1

S3 file added including some tags. S3:ObjectTagging:Put event is also triggered?

when an S3 file is added to a bucket including some tags createObject event is triggered. What about s3:ObjectTagging:Put , is also triggered ?

I am thinking of implementing some workflow bases on tags handling and want to track file from beginning with same EventBridge rule.

Upvotes: 0

Views: 343

Answers (1)

jellycsc
jellycsc

Reputation: 12269

No, s3:ObjectTagging:Put is not triggered when you create an object with tags.

The s3:ObjectTagging:Put event type notifies you when a tag is PUT on an object or an existing tag is updated.

Upvotes: 0

Related Questions