Hi! I have set up the Amazon S3/CDN Storage Option so that I can offer protected downloads.
I can confirm that the S3 Access Key and Secret Key are correct. And I am testing a filename that does not have any spaces, since I know that can be an issue.
Still, if I test a protected link, such as:
`<a href="https://example.com/?s2member_file_download=path/to/file.mp3">download</a>`
I get this error:
<Code>SignatureDoesNotMatch</Code>
<Message>
The request signature we calculated does not match the signature you provided. Check your key and signing method.
</Message>
I have reviewed the other forum posts on this topic, and they are years old and do not provide any help.
How would I debug this? Can you confirm that protected downloads are still working, with a minimum working example on your own site?
Thank you!
Bill