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

add dispatch filesystem #41

Open
martindurant opened this issue Apr 24, 2019 · 1 comment
Open

add dispatch filesystem #41

martindurant opened this issue Apr 24, 2019 · 1 comment

Comments

@martindurant
Copy link
Member

Like open/open_files, which find the file-system of interest and use it with parameters, could implement a generic top-level file-system which finds the correct instance and use it depending on the protocol implicit in the path given. This would become the primary user-facing API.

This can also be the place to implement globs or recursive where multiple files make sense.

Should allow copy/move/(sync?) between file-systems.

@d4l3k
Copy link
Contributor

d4l3k commented May 26, 2021

This would be very helpful to have. Specifically having methods for file put/get without having to create a filesystem via fsspec.get_fs_token_paths would be very convenient.

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

2 participants