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 missing mode property on file wrapper #2495

Merged
merged 2 commits into from Sep 19, 2022

Commits on Aug 27, 2022

  1. Fix missing mode property on file wrapper

    Without this property, uploads using `requests` fails to set the
    Content-Length header, and falls back to chunked encoding,
    which many hosts (e.g. S3) don't support.
    oefe committed Aug 27, 2022
    Copy the full SHA
    f8b536c View commit details
    Browse the repository at this point in the history
  2. Add link to PR

    oefe committed Aug 27, 2022
    Copy the full SHA
    b51a303 View commit details
    Browse the repository at this point in the history