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

StreamingBody should implement the file interface #1303

Closed
NathanCanine opened this issue Oct 26, 2017 · 1 comment
Closed

StreamingBody should implement the file interface #1303

NathanCanine opened this issue Oct 26, 2017 · 1 comment
Labels
duplicate This issue is a duplicate.

Comments

@NathanCanine
Copy link

NathanCanine commented Oct 26, 2017

If using s3 for a process intermediary to replace the file system, functions that previously took file arguments need to use either local filesystem for temporary storage or intermediary classes are required. Implementing file interface would simplify transition to s3 as a cloud filesystem.

I may look into this as time permits.

@JordonPhillips JordonPhillips added the duplicate This issue is a duplicate. label Oct 26, 2017
@JordonPhillips
Copy link
Contributor

Duplicate of #879

This is definitely something I'd like to get to eventually. We also may need to rework the entire class if we ever want to update our vendored version of requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue is a duplicate.
Projects
None yet
Development

No branches or pull requests

2 participants