pub fn parse_object_store_url_parsed(
url: &Url,
) -> Result<(Arc<dyn ObjectStore>, Path), Error>Expand description
Like parse_object_store_url but takes an already-parsed URL, for callers
that also need the url::Url themselves and would otherwise parse it twice.