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