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

URL chaining for fsspec #104

Open
normanrz opened this issue Apr 22, 2022 · 0 comments
Open

URL chaining for fsspec #104

normanrz opened this issue Apr 22, 2022 · 0 comments

Comments

@normanrz
Copy link
Contributor

normanrz commented Apr 22, 2022

Since there is already a http implementation in fsspec, I think it would be handy to implement URL chaining for webdav4.
That would allow something like this:

import fsspec

fsspec.open("webdav4::https://example.com")

With proper backend registration, webdav4 would then be called by fsspec and could handle the URL as it pleases. It would not need to pass control further to HTTPFileSystem.

I'd be happy to help with a PR.

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