Xuanwo
Xuanwo
We have two blockers for this issue. One is that we don’t yet support `recursive`. we’ve made some progress in https://github.com/apache/opendal/pull/5762, but it’s not clear how to move forward. The...
> Eight months have passed and a lot has changed, I will take some time to revise [#5762](https://github.com/apache/opendal/pull/5762) later. Maybe we can just pick one solution for now, even if...
> Do we need a feature to delete all versions of a file or an entire path ? Already supported by: ```rust let file_versions = op.lister_with(path).versions(true).await?; op.delete_try_stream(file_versions).await? ```
Hi, it's possible and sometimes expected. Please don't treat a 0-size chunk as the termination; read until you reach None.
Hi, please fill the AI Usage Statement
Maybe related to https://github.com/seanmonstar/reqwest/pull/2726/ and https://github.com/seanmonstar/reqwest/pull/2732
Thanks for raising this issue. I'm currently working on a reqsign refactor and plan to add this support afterward.
> [@Xuanwo](https://github.com/Xuanwo) Is there any plan to support this recently? Not recently, but we do have a plan to support them. I expect it to happen within the next month...
Hi, thank you @hoslo for working on this. I feel like there's no real demand for this at the moment. At the same time, implementing concurrent reads on the blocking...
I'm working locally on this but reqsign missed some features we need, will wait for another release of reqsign.