bradvoth opened a new issue, #5370:
URL: https://github.com/apache/arrow-rs/issues/5370

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   In azure storage blobs can be referred to with a URL format like: 
`https://<account>.blob.core.windows.net/<container>/...`
   
   **Describe the solution you'd like**
   I would like to be able to use the `from_url` method on 
`MicrosoftAzureBuilder` to construct a `MicrosoftAzure` instance including the 
container name directly from a URL in this format.
   
   **Describe alternatives you've considered**
   I currently have built a parser that will do this as an extra layer in my 
application.
   
   **Additional context**
   None?
   


-- 
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]

Reply via email to