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: notifications-unsubscr...@libcloud.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to