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 file upload not chunked #327

Merged
merged 3 commits into from
Apr 15, 2015
Merged

Fix file upload not chunked #327

merged 3 commits into from
Apr 15, 2015

Commits on Apr 14, 2015

  1. Fix file upload not chunked

    The upload of a single file is not chunked anymore as the content-length can be determined,
    except if the chunked argument is passed forced as True.
    
    This fixes #126 for uploading a single file, but does not apply to multipart uploads.
    hoh committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    999084f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c27208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd3fa2e View commit details
    Browse the repository at this point in the history