I would like to use the artifacts uploaded to AWS S3 with Terraform. As a security measure Terraform needs a tag on each object as follows:
Tagging='used-by-tf=True'
I was wondering whether the tagging is possible without implementing a custom s3 upload mechanism.