tonbo-io / fusio

Fusio provides file operations on multiple storages across various async runtimes.
Apache License 2.0
202 stars 8 forks source link

Cloudflare R2 support #45

Open ethe opened 1 month ago

ethe commented 1 month ago

In the current, fusio does not support R2, we could implement traits for R2, refer to fusio::impls::remotes::aws and object_store::aws

Xuanwo commented 2 weeks ago

Hi, R2 doesn't have its own native API and just adheres to the S3 API, so why do we need to add support separately?