Xuanwo
Xuanwo
Thank @ClSlaid for the work! The only work left for us is to update docs so that our users can start using gcs service.
https://github.com/tokio-rs/tokio/pull/4716 has been closed. We can try to find out how blocks are in front of us.
> And most backends doesn't mandate size for write operations. Most backends require `size` for write operations. We will use input write size to ensure we have all data written...
> Can you specify, on how one have to proceed, if they have a stream of unknown length? For now, there is no way to write a file with an...
Thanks for this feedback, this is very important to me! I will work on this feature in the near future.
> OpenDAL will enable us to build a robust [solid](https://solidproject.org/) server, that can use any of object stores as backend. This project seems cool! ~~Can I list [solid](https://solidproject.org/) in the...
After implementing https://github.com/datafuselabs/opendal/issues/439, we can try to resolve this issue.
I prefer to borrow some code from `rsfs` instead. - The author doesn't have a plan to maintain this crate (three commits in five years). - We don't need all...
Maybe we can use `librustc_metadata` directly?
Same question here.