criccomini commented on issue #347:
URL: 
https://github.com/apache/arrow-rs-object-store/issues/347#issuecomment-2851678587

   Gotcha. Would you be open to a PR to generate/expose the URL via a `get_url` 
method in the `ObjectStore` trait? The reason I ask is that SlateDB takes 
`ObjectStore`s in its constructor. Users are constructing the ObjectStore 
outside of our code. We could, of course, ask them to supply a url and opts, 
and call `parse_url` while caching the URL. But that seems less desirable since 
it makes it harder to do dependency injection for testing. It also feels a bit 
clunky.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to