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

Don't bounce off disk when putting/gettinging file-like objects #787

Closed
bitprophet opened this issue Nov 29, 2012 · 1 comment
Closed

Don't bounce off disk when putting/gettinging file-like objects #787

bitprophet opened this issue Nov 29, 2012 · 1 comment

Comments

@bitprophet
Copy link
Member

Currently, we have to make a temporary file when doing e.g. put(stringio_instance, xxx) or similar.

Paramiko #71 includes a patch that should mean we no longer have to do this. If/when that merges, update to take advantage (and bump our requirements to match...)

Should apply to both put and get.

bitprophet added a commit that referenced this issue Nov 30, 2012
bitprophet added a commit that referenced this issue Nov 30, 2012
@bitprophet
Copy link
Member Author

All set.

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