You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: