Open ethe opened 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
fusio::impls::remotes::aws
object_store::aws
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?
In the current, fusio does not support R2, we could implement traits for R2, refer to
fusio::impls::remotes::aws
andobject_store::aws