S3 Api SignatureDoesNotMatch
Writing a script that needs to upload some files to an R2 bucket at build time (so really this is just running as normal nodejs). Trying to use the S3 API.
Code is really simple, basically straight from the examples:
Getting the error:
Running this from my local machine.
I've tried using a custom public domain. CORS is set up, but this is not a CORS issue. Public Access is enabled FWIW.
1 Reply
Solution was to not hash the secret!