tweedegolf / storage-abstraction

Provides an abstraction layer for interacting with a storage; the storage can be local or in the cloud.
MIT License
106 stars 18 forks source link

Is cloudflare R2 supported in S3 type? #37

Closed rnbokade closed 10 months ago

abudaan commented 10 months ago

It should work since the API is S3 compatible. Will write a test for R2.

abudaan commented 10 months ago

I have tested R2 and it works using the AdapterAmazonS3.

There are some extra requirements for the config though:

Will be available in the upcoming version 1.4.7