criccomini commented on PR #348:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/348#issuecomment-2864045854

   > I don't understand how you would go from ObjectStore to URL. It is pretty 
clear how to go from url --> ObjectStore however
   
   I was thinking we'd:
   
   1. `list_urls`
   2. For each URL, get_store
   3. if Arc::ptr_eq(retrieved_store, store_i_want_url_for) then return URL
   
   Not ideal, but this was (very roughly) the suggestion @tustvold suggested in 
https://github.com/apache/arrow-rs-object-store/issues/347#issuecomment-2849055301.


-- 
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]

Reply via email to