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

Upload.FromStream does not require mime_type but Upload constructor does #21

Closed
dhermes opened this issue Apr 29, 2015 · 1 comment
Closed

Comments

@dhermes
Copy link
Contributor

dhermes commented Apr 29, 2015

In filing this I realized it was changed at HEAD but not with the version I have locally. Have you cut a new release yet?


See Upload constructor

  def __init__(self, stream, mime_type, total_size=None, http=None,
               close_stream=False, chunksize=None, auto_transfer=True,

and the Upload.FromStream factory

@dhermes
Copy link
Contributor Author

dhermes commented Apr 29, 2015

FAIL. I was looking at Download.FromStream locally!

@dhermes dhermes closed this as completed Apr 29, 2015
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

No branches or pull requests

1 participant