diff --git a/Controleur/ControleurFeuillemaladie.php b/Controleur/ControleurFeuillemaladie.php index 8021b97..0a4af92 100644 --- a/Controleur/ControleurFeuillemaladie.php +++ b/Controleur/ControleurFeuillemaladie.php @@ -106,11 +106,11 @@ class ControleurFeuillemaladie extends Controleur { $arrgs = [ 'credentials' => [ - 'key' => 'AKIA2O2PTXQ7XN5OATO3', - 'secret' => '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', + 'key' => 'AKIAUHRHI7XJ2WK4XJEW', + 'secret' => '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', ], 'version' => 'latest', - 'region' => 'us-west-2' + 'region' => 'us-east-1' ]; $client = new RekognitionClient($arrgs); diff --git a/Controleur/ControleurKinecso.php b/Controleur/ControleurKinecso.php index 5fcb14d..4c4993c 100644 --- a/Controleur/ControleurKinecso.php +++ b/Controleur/ControleurKinecso.php @@ -144,13 +144,13 @@ class ControleurKinecso extends Controleur { $arrgs = [ 'credentials' => [ - 'key' => 'AKIA2O2PTXQ7XN5OATO3', - 'secret' => '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', + 'key' => 'AKIAUHRHI7XJ2WK4XJEW', + 'secret' => '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', ], 'version' => 'latest', - 'region' => 'us-west-2' + 'region' => 'us-east-1' ]; - + $client = new RekognitionClient($arrgs); $sourceImage = $chemin;