To get the former, find a
SignatureV4.php
file on your system and var_dump()
the $toSign
variable here: https://github.com/aws/aws-sdk-php/blob/master/src/Signature/SignatureV4.php#L50
Compare your string-to-sign with Amazons. If they match, but you're still getting the 403 Forbidden error, try regenerating your Secret access key.
No comments:
Post a Comment