File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -362,16 +362,16 @@ public function amAWSAuthenticated($additionalAWSConfig = [])
362362 if (method_exists ($ this ->client , 'setAwsAuth ' )) {
363363 $ config = array_merge ($ this ->config ['aws ' ], $ additionalAWSConfig );
364364
365- if (!isset ($ this -> config ['key ' ])) {
365+ if (!isset ($ config ['key ' ])) {
366366 throw new ConfigurationException ('AWS Key is not set ' );
367367 }
368- if (!isset ($ this -> config ['secret ' ])) {
368+ if (!isset ($ config ['secret ' ])) {
369369 throw new ConfigurationException ('AWS Secret is not set ' );
370370 }
371- if (!isset ($ this -> config ['service ' ])) {
371+ if (!isset ($ config ['service ' ])) {
372372 throw new ConfigurationException ('AWS Service is not set ' );
373373 }
374- if (!isset ($ this -> config ['region ' ])) {
374+ if (!isset ($ config ['region ' ])) {
375375 throw new ConfigurationException ('AWS Region is not set ' );
376376 }
377377
You can’t perform that action at this time.
0 commit comments