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.
No,
s3:ObjectTagging:Put
is not triggered when you create an object with tags.