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

Fix uploader when ETag value is not quoted #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yannk
Copy link

@yannk yannk commented Aug 20, 2015

Previous version of the code was blindly removing the quotes assuming
they were always present, in the case where they are not (for instance
when using it against compatible-ish backends) then the ETag was making
the request fail.

This version only removes the quotes around the value if they exist.

(sorry for the import line shuffle -- go import)

Previous version of the code was blindly removing the quotes assuming
they were always present, in the case where they are not (for instance
when using it against compatible-ish backends) then the ETag was making
the request fail.

This version only removes the quotes around the value if they exist.
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.

None yet

1 participant