Tags for S3 upload

a lot of our infrastructure and resources are tagged according (among other things) to ownership. for example, our CI/CD jobs put "Terraform" for "Managed By" and then "User" for proof-of-concept experimentation manually in the AWS console.

for user-uploaded S3 objects via Retool, it would be great to have control over these tags!

Havent done this myself, but I believe you can tag within retool already. It will probably require a second query but you can use the update tags option to pass in file ID's and the correct tags. How I see this working is you upload the file, then use the returned file ID to update the tag in a second query.

2 Likes