criccomini opened a new issue, #347: URL: https://github.com/apache/arrow-rs-object-store/issues/347
**Which part is this question about** <!-- Is it code base, library api, documentation or some other part? --> ObjectStore's parse_url. **Describe your question** <!-- A clear and concise description of what the question is. --> We're looking at converting between `ObjectStore`s and URLs in SlateDB: https://github.com/slatedb/slatedb/pull/533#issuecomment-2848730594 URL to `ObjectStore` seems pretty straight forward with `parse_url`, but it's unclear how we might go from `ObjectStore` to URL. Is there some `get_url()` method we can call on the `ObjectStore` trait? I poked around but didn't find anything. I suspect I'm missing something obvious. **Additional context** <!-- Add any other context about the problem here. --> -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org