We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, @waynexia, this project is so cool! I'm so happy that opendal's work on object_store integration and wasm target paid back.
object_store
However, I noticed that opendal is path dependence:
opendal
opendal = { version = "0.45.0", path = "../opendal/core", default-features = false, features = [ "services-s3", "services-http", ] } object_store_opendal = { path = "../opendal/integrations/object_store", default-features = false }
Would you like to list the changes you made in opendal? I'm happy to get them upstream and released.
(Maybe @WenyXu and @tisonkun also interested in this issue?)
The text was updated successfully, but these errors were encountered:
Ahh, those are some debugging code in development. The content has not changed.
But I do have one change want to include in the upstream, which makes it easier to use in not !Send codebase like DF.
!Send
Cross reference apache/opendal#4437
Sorry, something went wrong.
No branches or pull requests
Hi, @waynexia, this project is so cool! I'm so happy that opendal's work on
object_store
integration and wasm target paid back.However, I noticed that
opendal
is path dependence:Would you like to list the changes you made in opendal? I'm happy to get them upstream and released.
(Maybe @WenyXu and @tisonkun also interested in this issue?)
The text was updated successfully, but these errors were encountered: