Function object_store::parse_url

source ·
pub fn parse_url(url: &Url) -> Result<(Box<dyn ObjectStore>, Path), Error>
Expand description

Create an ObjectStore based on the provided url

Returns