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

OBSFile does not implement seekable, readable and writeable #119

Open
tophers42 opened this issue Jul 24, 2019 · 2 comments
Open

OBSFile does not implement seekable, readable and writeable #119

tophers42 opened this issue Jul 24, 2019 · 2 comments

Comments

@tophers42
Copy link

I believe OBSFile is intended to implement the io.IOBase interface (https://docs.python.org/3/library/io.html#io.IOBase), but it does not implement seekable, readable, and writeable. Additionally, it does not subclass the io.IOBase interface, although it seems like it should.

@kyleabeauchamp
Copy link
Contributor

On a related note, I noticed recently that S3FS implements some of these base member functions through this library: https://github.com/intake/filesystem_spec (https://github.com/dask/s3fs/blob/master/requirements.txt#L3)

@jtratner
Copy link
Collaborator

jtratner commented Jul 24, 2019 via email

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

3 participants