Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 boto3 object tagging #319

Closed
thatnerdjosh opened this issue May 16, 2017 · 1 comment · Fixed by #828
Closed

S3 boto3 object tagging #319

thatnerdjosh opened this issue May 16, 2017 · 1 comment · Fixed by #828
Labels

Comments

@thatnerdjosh
Copy link

thatnerdjosh commented May 16, 2017

With boto3 backend is it possible to do object tagging such as this:
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

@m6a-UdS
Copy link

m6a-UdS commented Jun 5, 2018

It is also possible to do it using the Tagging parameter of [Bucket|Client].put_object():
http://boto3.readthedocs.io/en/latest/reference/services/s3.html#S3.Bucket.put_object

This way the uploading+tagging of the objects is atomic, from what I understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants