Skip to content

Commit

Permalink
fixes #1062 : removed empty aws client credentials and set default re…
Browse files Browse the repository at this point in the history
…gion
  • Loading branch information
jguittard committed Apr 29, 2024
1 parent d8d93c3 commit ebc622f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ protected function filesystem() : Filesystem
*/
$clientOptions = \array_merge(
[
'credentials' => [
'key' => '',
'secret' => '',
],
'region' => '',
'region' => 'us-east-1',
'version' => 'latest',
],
$contextOptions[self::PROTOCOL]['client'] ?? []
Expand Down

0 comments on commit ebc622f

Please sign in to comment.