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

Using StringIO/BytesIO instead of tempfiles with S3 filesystem? #208

Open
shoyer opened this issue Jul 30, 2015 · 0 comments
Open

Using StringIO/BytesIO instead of tempfiles with S3 filesystem? #208

shoyer opened this issue Jul 30, 2015 · 0 comments

Comments

@shoyer
Copy link

shoyer commented Jul 30, 2015

I tried using pyfilesystem's s3fs to process a large quantity of data from Amazon's S3 (more than fits on disk) and I found that operation failed, because I ran out of space for the temp files s3fs creates.

Would it make sense to have an option or change the default to load files directly into memory instead of writing them to disk?

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