Xuanwo

Results 1624 comments of Xuanwo

MFS API has been implemented, I'm working #640

@xprazak2 Hi, are you still working on this PR?

We have a refactor in https://github.com/datafuselabs/opendal/pull/556 to make it easier to implement IPFS backend, PTAL.

> Having access to the reader made it much easier to implement `write`. I rebased and removed IPFS SDK. Please ping me back when you are ready. And leaving comments...

Great, thanks for your PR!

We can design an `IndexLayer` which will implement `list` ( and `stat` ) for underlying services so that we can provide a list-able service even when the underlying service only...

`curl` seems the best choice we can have: `timeout`, `redirect policy`, `max_connections`, `max_connections_per_host` Consider https://docs.rs/isahc/latest/isahc/struct.HttpClientBuilder.html

> should we consider Qos? Seems interesting. Maybe we can design a QoS layer to distribute requests to different clients.

Implemented in #545 We are observing this feature now and may expose an API for users in the future.

For the first stage, let's implement the basic feature of gcs and move sse support to another issue.