a
This commit is contained in:
parent
9655f0514c
commit
1b3ea4e6db
|
|
@ -106,11 +106,11 @@ class ControleurFeuillemaladie extends Controleur {
|
||||||
|
|
||||||
$arrgs = [
|
$arrgs = [
|
||||||
'credentials' => [
|
'credentials' => [
|
||||||
'key' => 'AKIA2O2PTXQ7XN5OATO3',
|
'key' => 'AKIAUHRHI7XJ2WK4XJEW',
|
||||||
'secret' => 'Rzq5mKG80tqfePQYF6iFZ5AMCM/bY2l6i5IxxLzL',
|
'secret' => 'mTWcw202aE0uP2MghPuLnJsQZaNjSB+OhS1u6Ia/',
|
||||||
],
|
],
|
||||||
'version' => 'latest',
|
'version' => 'latest',
|
||||||
'region' => 'us-west-2'
|
'region' => 'us-east-1'
|
||||||
];
|
];
|
||||||
|
|
||||||
$client = new RekognitionClient($arrgs);
|
$client = new RekognitionClient($arrgs);
|
||||||
|
|
|
||||||
|
|
@ -144,11 +144,11 @@ class ControleurKinecso extends Controleur {
|
||||||
|
|
||||||
$arrgs = [
|
$arrgs = [
|
||||||
'credentials' => [
|
'credentials' => [
|
||||||
'key' => 'AKIA2O2PTXQ7XN5OATO3',
|
'key' => 'AKIAUHRHI7XJ2WK4XJEW',
|
||||||
'secret' => 'Rzq5mKG80tqfePQYF6iFZ5AMCM/bY2l6i5IxxLzL',
|
'secret' => 'mTWcw202aE0uP2MghPuLnJsQZaNjSB+OhS1u6Ia/',
|
||||||
],
|
],
|
||||||
'version' => 'latest',
|
'version' => 'latest',
|
||||||
'region' => 'us-west-2'
|
'region' => 'us-east-1'
|
||||||
];
|
];
|
||||||
|
|
||||||
$client = new RekognitionClient($arrgs);
|
$client = new RekognitionClient($arrgs);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user