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 an issue with Python3 multipart encodings. #105

Merged
merged 1 commit into from
May 9, 2016

Commits on May 9, 2016

  1. Fix an issue with Python3 multipart encodings.

    As discovered in
    googleapis/google-cloud-python#1760, we were
    mangling bytes when encoding them as part of a multipart upload request. The
    fix is to switch from using `six.StringIO` to `six.BytesIO` in `transfer.py`.
    The patch here is closely based on
    googleapis/google-cloud-python#1779.
    craigcitro committed May 9, 2016
    Configuration menu
    Copy the full SHA
    3b42c92 View commit details
    Browse the repository at this point in the history