mhart / aws4

Signs and prepares Node.js requests using AWS Signature Version 4
MIT License
699 stars 175 forks source link

Support SigV4a multi-region #160

Open rjmackay opened 11 months ago

rjmackay commented 11 months ago

Is it feasible to extend this to support multi-region signatures?

markwainwright commented 7 months ago

Big +1 on this. It doesn't seem to be possible to make requests to S3 Multi-Region Access Points from a Cloudflare Worker, because the AWS SDK uses a native binary to generate SigV4As and that isn't supported on that platform. It would be amazing to have a native JavaScript alternative, if such a thing is feasible.