-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
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
feat: Providing Blocking API support for HTTP based services like S3 #2678
Comments
The implementation of async and blocking in the hdfs backend are just the same. Can other backends' blocking APIs be exactly the same? 🤔 Or are there other better solutions? |
I'm thinking about implement a |
Looking forward to this implementation. |
@Xuanwo i was just about to draft an issue for this :) |
Hi,May I ask about the progress of this issue? My colleague has a simple implementation that has been successfully debugged locally. Can we try to merge it in? |
Wow, I'm willing to review the PR! |
OpenDAL doesn't provide blocking API support for services like s3 since they depend on tokio and reqwest. However, mostly of our bindings only have blocking API exported which make its hard to integrate with. We should also provide blocking API support for HTTP based services so our users can use those services.
The text was updated successfully, but these errors were encountered: