Menu

queryWithAttributes failed

Help
2009-03-23
2013-04-29
  • Nobody/Anonymous

    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

     
    • Dan Myers

      Dan Myers - 2009-03-23

      Fixed in version 0.4.6.  Thanks for letting me know, enjoy :)

       
    • Nobody/Anonymous

      Hi, the error still persist.

       
    • Nobody/Anonymous

      Sorry it does work :)

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.