This commit is contained in:
KANE LAZENI 2026-04-24 18:52:15 +00:00
parent 403e4b5d56
commit d76de70a03

View File

@ -88,23 +88,16 @@ class ControleurFichebeneficiaire extends Controleur {
}
$arrgs = [
/*
'credentials' => [
'key' => 'AKIAUHRHI7XJ2WK4XJEW',
'secret' => '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',
],
*/
'credentials' => [
'key' => 'AKIAUHRHI7XJ2WK4XJEW',
'secret' => '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',
],
'version' => 'latest',
// 'region' => 'us-west-2'
'region' => 'us-east-1'
];
var_dump($arrgs);
exit;
// var_dump($arrgs);
// exit;
$client = new RekognitionClient($arrgs);