This commit is contained in:
KANE LAZENI 2026-04-24 19:21:14 +00:00
parent 9655f0514c
commit 1b3ea4e6db
2 changed files with 7 additions and 7 deletions

View File

@ -106,11 +106,11 @@ class ControleurFeuillemaladie extends Controleur {
$arrgs = [ $arrgs = [
'credentials' => [ 'credentials' => [
'key' => 'AKIA2O2PTXQ7XN5OATO3', 'key' => 'AKIAUHRHI7XJ2WK4XJEW',
'secret' => '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', 'secret' => 'mTWcw202aE0uP2MghPuLnJsQZaNjSB+OhS1u6Ia/',
], ],
'version' => 'latest', 'version' => 'latest',
'region' => 'us-west-2' 'region' => 'us-east-1'
]; ];
$client = new RekognitionClient($arrgs); $client = new RekognitionClient($arrgs);

View File

@ -144,11 +144,11 @@ class ControleurKinecso extends Controleur {
$arrgs = [ $arrgs = [
'credentials' => [ 'credentials' => [
'key' => 'AKIA2O2PTXQ7XN5OATO3', 'key' => 'AKIAUHRHI7XJ2WK4XJEW',
'secret' => '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', 'secret' => 'mTWcw202aE0uP2MghPuLnJsQZaNjSB+OhS1u6Ia/',
], ],
'version' => 'latest', 'version' => 'latest',
'region' => 'us-west-2' 'region' => 'us-east-1'
]; ];
$client = new RekognitionClient($arrgs); $client = new RekognitionClient($arrgs);