mvpatel2000 opened a new issue, #1985:
URL: https://github.com/apache/libcloud/issues/1985
## 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='')
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]