You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Hi @Imi Barna
Welcome to the community.
As per checking, the Pipe atlassian/aws-s3-deploy is based on the AWS Sync CLI.
I'm afraid the command does not offer a tagging flag that you can use to tag an S3 object.
As a workaround, I do believe it is possible for you to use AWS CLI in your Pipelines step container.
Hence, the best I can suggest is for you to:
Hope it helps and let me know if you have further questions.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.