# HG changeset patch # User Robert Boland # Date 1500910715 14400 # Node ID ae1459564f66f0dbfa900d46fd2917c11ec33a5a # Parent 093e42d5a874ca09445a7c694ebc9b776d00a11c Replace old associate keys with new IAMs user keys diff -r 093e42d5a874 -r ae1459564f66 php/read/getBookDetails.php --- a/php/read/getBookDetails.php Thu Apr 20 18:15:34 2017 -0400 +++ b/php/read/getBookDetails.php Mon Jul 24 11:38:35 2017 -0400 @@ -161,9 +161,8 @@ 'xml' => 'http://xml.amazon.com' , //USA xml server ), ); - - $public_key ="AKIAJBXEHTNCU6LLFNIA"; - $private_key="Dgyv7aR6uGe3OtY95Dj6hHpDS/UEtyboMWpJchYA"; + $public_key ="AKIAIHTNWC7L6LOUY4LQ"; + $private_key="zWQlIzndJDtXNfxEXH7K7YR7hzv3u77lOcqfqPde"; //for all parameters see if the user has overruled it or use the default foreach ($Adefault as $i=>$d) { diff -r 093e42d5a874 -r ae1459564f66 php/read/similar.php --- a/php/read/similar.php Thu Apr 20 18:15:34 2017 -0400 +++ b/php/read/similar.php Mon Jul 24 11:38:35 2017 -0400 @@ -75,9 +75,10 @@ ), ); -include "aws_signed_request.php"; -$public_key ="AKIAJBXEHTNCU6LLFNIA"; -$private_key="Dgyv7aR6uGe3OtY95Dj6hHpDS/UEtyboMWpJchYA"; +include "aws_signed_request.php"; +$public_key ="AKIAIHTNWC7L6LOUY4LQ"; +$private_key="zWQlIzndJDtXNfxEXH7K7YR7hzv3u77lOcqfqPde"; + //for all parameters see if the user has overruled it or use the default foreach ($Adefault as $i=>$d) { diff -r 093e42d5a874 -r ae1459564f66 xml/amazonBookSearch.php --- a/xml/amazonBookSearch.php Thu Apr 20 18:15:34 2017 -0400 +++ b/xml/amazonBookSearch.php Mon Jul 24 11:38:35 2017 -0400 @@ -54,8 +54,8 @@ ); include "aws_signed_request.php"; -$public_key ="AKIAJBXEHTNCU6LLFNIA"; -$private_key="Dgyv7aR6uGe3OtY95Dj6hHpDS/UEtyboMWpJchYA"; +$public_key ="AKIAIHTNWC7L6LOUY4LQ"; +$private_key="zWQlIzndJDtXNfxEXH7K7YR7hzv3u77lOcqfqPde"; //for all parameters see if the user has overruled it or use the default foreach ($Adefault as $i=>$d) { diff -r 093e42d5a874 -r ae1459564f66 xml/getAmazonInfo.php --- a/xml/getAmazonInfo.php Thu Apr 20 18:15:34 2017 -0400 +++ b/xml/getAmazonInfo.php Mon Jul 24 11:38:35 2017 -0400 @@ -64,10 +64,8 @@ //if(go != 1) //include "aws_signed_request.php"; - -$public_key ="AKIAJBXEHTNCU6LLFNIA"; -$private_key="Dgyv7aR6uGe3OtY95Dj6hHpDS/UEtyboMWpJchYA"; - +$public_key ="AKIAIHTNWC7L6LOUY4LQ"; +$private_key="zWQlIzndJDtXNfxEXH7K7YR7hzv3u77lOcqfqPde"; //for all parameters see if the user has overruled it or use the default foreach ($Adefault as $i=>$d) { $$i=isset($_GET[$i])?$_GET[$i]:$d; @@ -427,7 +425,7 @@ [@attributes] => Array ( [Name] => AWSAccessKeyId - [Value] => AKIAJBXEHTNCU6LLFNIA + [Value] => AKIAIHTNWC7L6LOUY4LQ ) )