JosiahParry opened a new issue, #448: URL: https://github.com/apache/arrow-rs-object-store/issues/448
**Describe the bug** The doc examples for object_store all reference a function `get_object_store()`. This function is not exported nor documented. **To Reproduce** 1. Navigate to https://docs.rs/object_store observe the use of `get_object_store()` in the doc examples (first instance under "List objects") 2. Search for get_object_store() https://docs.rs/object_store/latest/object_store/index.html?search=get_object_store#conditional-put **Expected behavior** The function is documented and exported. Or, the function is not used. Or, the function is defined in the doc examples. **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