SimpleDB::queryWithAttributes(): SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
Changing the 3rd parameter to either array() or array('attribute1') works well.
Best,
-- Michael
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When specifying more than 1 attribute on queryWithAttributes(), i.e:
$result = $sdb->queryWithAttributes('mydomain', "['foo' = 'bar']", array('attribute1', 'attribute2', 'attribute3'), 100);
I get the following error:
SimpleDB::queryWithAttributes(): SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
Changing the 3rd parameter to either array() or array('attribute1') works well.
Best,
-- Michael
Fixed in version 0.4.6. Thanks for letting me know, enjoy :)
Hi, the error still persist.
Sorry it does work :)