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

urlparse fails with AZURE_BLOBS #1985

Open
mvpatel2000 opened this issue Jan 22, 2024 · 0 comments
Open

urlparse fails with AZURE_BLOBS #1985

mvpatel2000 opened this issue Jan 22, 2024 · 0 comments

Comments

@mvpatel2000
Copy link

Summary

As libcloud uses _ in scheme name, many popular libraries, eg urllib, fail to parse the URIs generated.

In [1]: from urllib.parse import urlparse

In [2]: urlparse('AZURE_BLOBS://data')
Out[2]: ParseResult(scheme='', netloc='', path='AZURE_BLOBS://data', params='', query='', fragment='')
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