pub fn parse_url(url: &Url) -> Result<(Box<dyn ObjectStore>, Path), Error>Expand description
Create an ObjectStore based on the provided url
Returns
- An
ObjectStoreof the corresponding type - The
Pathinto theObjectStoreof the addressed resource