This is a feature-request to add the capability in boto3 to get and set tags related to the new s3 object tagging feature.
So we have the following client methods for setting and getting tags on s3 objects:
https://boto3.readthedocs.io/en/latest/reference/services/s3.html#S3.Client.put_object_tagging
https://boto3.readthedocs.io/en/latest/reference/services/s3.html#S3.Client.get_object_tagging
Would that work for your use case?
@kyleknap - Perfect, this is exactly what I was looking for -- thanks for pointing me in the right direction!
How about the ability to filter objects by tag?
At the moment, it doesn't look like s3 offers filtering objects by tag. Would be nice though.
https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-dg.pdf#object-tagging
Most helpful comment
How about the ability to filter objects by tag?