Make ObjectStoreScheme in the object_store crate public #5911
Labels
enhancement
Any new improvement worthy of a entry in the changelog
object-store
Object Store Interface
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
andparse_url_opts
casts the result into aBox<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:The text was updated successfully, but these errors were encountered: