Closed csexton closed 8 years ago
Fixed the first issue, now I use the custom endpoint. But turns out that S3 in eu-central-1
won't accept HMAC-SHA1
that captured uses to sign the request, instead they need AWS4-HMAC-SHA256
. :rage1:
So looks like I may need to figure out how to do the following:
http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-authentication-HTTPPOST.html
There is a guide to implementing it here:
http://docs.aws.amazon.com/general/latest/gr/signature-v4-examples.html#signature-v4-examples-other
Fixed in #30
Beta Tester reported:
Then followed up with:
Sounds like two issues: