aws4 icon indicating copy to clipboard operation
aws4 copied to clipboard

Support SigV4a multi-region

Open rjmackay opened this issue 2 years ago • 1 comments

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

rjmackay avatar Oct 06 '23 01:10 rjmackay

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.

markwainwright avatar Jan 17 '24 23:01 markwainwright