Feature Description
object_store_opendal enables users to utilize opendal as object_store::ObjectStore. Consequently, we can facilitate the construction of the opendal Operator through the object_store's Options, allowing users to employ the same configuration pattern consistently.
Problem and Solution
Some object_store users heavily rely on the Options input of object_store. We can use these options to directly build an opendal Operator, thereby simplifying their experience.
Additional Context
No response
Are you willing to contribute to the development of this feature?