mhart / aws4

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

Support SigV4a multi-region #160

Open rjmackay opened 1 year ago

rjmackay commented 1 year ago

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

markwainwright commented 9 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.