tweedegolf / storage-abstraction

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

Is cloudflare R2 supported in S3 type? #37

Closed rnbokade closed 1 year ago

abudaan commented 1 year ago

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

abudaan commented 1 year 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