criccomini commented on PR #348: URL: https://github.com/apache/arrow-rs-object-store/pull/348#issuecomment-2860908526
> the registry contains initialized and configured ObjectStoreRefs based on the provided Url @kylebarron yes and no. The registry contains initialized/configured `ObjectStoreRefs`. It does not necessarily require them to be generated from the Url since you may register the ObjectStore directly using `register_store`. That method allows you to initialize the stores however you want (for example, using `parse_url_opts`). The default implementation simply uses `parse_url`. -- 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