kylebarron commented on code in PR #405:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/405#discussion_r2491011182


##########
src/lib.rs:
##########
@@ -587,19 +587,22 @@ pub type DynObjectStore = dyn ObjectStore;
 pub type MultipartId = String;
 
 /// Universal API to multiple object store services.
+///
+/// For more convience methods, check [`ObjectStoreExt`].
+///
+/// # Contract
+/// This trait is meant as a contract between object store implementations
+/// (e.g. providers, wrappers) and the `object_store` crate itself.
+///
+/// The [`ObjectStoreExt`] acts as an API/contract between `object_store`
+/// and the store users.

Review Comment:
   I like the split here between implementors and users of the crate



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