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