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

Add support for Tagging and TaggingDirective #155

Merged
merged 3 commits into from
Jan 15, 2020
Merged

Conversation

kyleknap
Copy link
Contributor

This just allows users to proxy the values through to the upload and copy methods. Currently, Tagging is modeled as a string that you have to urlencode yourself. I did not add any special logic to do the url encoding on the user's behalf. However, in the future we can always allow Tagging to accept a dictionary and have either s3transfer or botocore urlencode it on your behalf.

rvrangel and others added 3 commits January 14, 2020 16:08
For multipart copies, the TaggingDirective needs to be filtered
out. Also added tests to make sure it gets filtered out.
@kyleknap kyleknap changed the title Add support for Tagging and TaggingDirective Add support for Tagging and TaggingDirective Jan 15, 2020
@kyleknap kyleknap merged commit adb9091 into boto:develop Jan 15, 2020
@kyleknap kyleknap deleted the tags branch January 15, 2020 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants