I'm uploading objects to my S3 bucket using the S3Connector (Action: Upload) and I see that I can add metadata but it looks like I can't add any tags for my new object. The lifecycle rules in my bucket depend on my objects being properly tagged. Is there any way to achieve this?
Solved
How to add tags to an S3 object?
Best answer by david_r
I've not tested it myself, but look into if it's possible to use the Metadata headers in the S3Connector:
https://docs.aws.amazon.com/AmazonS3/latest/user-guide/add-object-metadata.html
Last resort would be to use the boto3 libraries (they're already installed with FME) in a PythonCaller to manually add tags after the S3Connector.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.