a
This commit is contained in:
parent
403e4b5d56
commit
d76de70a03
|
|
@ -88,23 +88,16 @@ class ControleurFichebeneficiaire extends Controleur {
|
||||||
}
|
}
|
||||||
|
|
||||||
$arrgs = [
|
$arrgs = [
|
||||||
/*
|
|
||||||
'credentials' => [
|
|
||||||
'key' => 'AKIAUHRHI7XJ2WK4XJEW',
|
|
||||||
'secret' => 'Rzq5mKG80tqfePQYF6iFZ5AMCM/bY2l6i5IxxLzL',
|
|
||||||
],
|
|
||||||
*/
|
|
||||||
'credentials' => [
|
'credentials' => [
|
||||||
'key' => 'AKIAUHRHI7XJ2WK4XJEW',
|
'key' => 'AKIAUHRHI7XJ2WK4XJEW',
|
||||||
'secret' => 'mTWcw202aE0uP2MghPuLnJsQZaNjSB+OhS1u6Ia/',
|
'secret' => 'mTWcw202aE0uP2MghPuLnJsQZaNjSB+OhS1u6Ia/',
|
||||||
],
|
],
|
||||||
'version' => 'latest',
|
'version' => 'latest',
|
||||||
// 'region' => 'us-west-2'
|
|
||||||
'region' => 'us-east-1'
|
'region' => 'us-east-1'
|
||||||
];
|
];
|
||||||
|
|
||||||
var_dump($arrgs);
|
// var_dump($arrgs);
|
||||||
exit;
|
// exit;
|
||||||
|
|
||||||
$client = new RekognitionClient($arrgs);
|
$client = new RekognitionClient($arrgs);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user