Xuanwo commented on issue #5: URL: https://github.com/apache/opendal/issues/5#issuecomment-2456472487
> does [object_store](https://docs.rs/object_store/latest/object_store/) can be viewed as a service option? i found some programs may exposes on the trait defined in `object_store` for users, but these programs may get benefits from opendal's operator like parallel scan, backoff retry, etc. We already have [object_store_opendal](https://crates.io/crates/object_store_opendal), allowing us to use OpenDAL as `ObjectStore`. Using `ObjectStore` as OpenDAL's Operator might be possible, but implementing `Access` based on `ObjectStore` could be challenging. Would you like to share the programs or services that are exposed as `ObjectStore`? Perhaps we can integrate with them directly. -- 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]
