Amazon S3 Update Upload failedSolved

Hi,

I'm currently trying to configure my WyBuild server settings in order to upload the update files to an Amazon S3 server. The issue is that I keep receiving the following error anytime I try connecting to the server:

"The request signature we calculated does not match the signature you provided. Check your key and signing method."

I have double checked the Access and Secret Keys, so I'm quite certain I have down the correct ones. The bucket and directories also appear to be correct so I'm unsure what the issue is.

E.g. For bucket "example" and a directory "foo" in that bucket I have:Bucket: exampleDirectory: foo

Any help on this matter would be much appreciated.

I did a quick google search and this is what I found. you probably have a trailing or leading space on your key or password.

Yep, it looks like the key was being pasted from the clipboard incorrectly. It works now.

Thanks for the quick reply!