orf opened a new issue, #68:
URL: https://github.com/apache/arrow-rs-object-store/issues/68
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
I want to parse an object store URL into a type. Using `parse_url` and
`parse_url_opts` casts the result into a `Box<dyn ...>` which makes it
impossible to get the underlying type from.
**Describe the solution you'd like**
Making `ObjectStoreScheme` public will allow me to do:
```rust
let (scheme, path) = ObjectStoreScheme::parse("s3://foo/bar")
```
--
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]