markusahlstrand / cloudworker-proxy

An api gateway for cloudflare workers
MIT License
194 stars 22 forks source link

Support for S3 origin #66

Closed markusahlstrand closed 4 years ago

markusahlstrand commented 4 years ago

It looks like S3 uses the aws signature v4 for access to s3 bucket, so it "should" work to use aws4fetch to get files from S3 right?