Replies: 1 comment 5 replies
-
For which object stores do you want to add support? We need some minimal supported requests to support the optimistic concurrency requirement. I can see put_opts and copy_if_not_exists aren't implemented |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm initiating this thread to discuss the potential benefits of integrating opendal support. OpenDAL offers a unified data access layer, enabling seamless and efficient data retrieval from a variety of storage services. It currently supports over 30 different storage services, making it a valuable complement to
object_store
.OpenDAL has its own rust crate,
opendal
, and can be natively integrated with object_store through object_store_opendal. I believe the maintenance overhead will be minimal.I am eager to assist in implementing this feature and help maintain it.
What are your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions