Skip to content

Commit

Permalink
Removed token line to fix AWS SDK error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaguiar authored Aug 24, 2024
1 parent 5b7d92f commit 487415b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/laravel-echo-api-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
'connection' => [
'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'token' => env('AWS_SESSION_TOKEN'),
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
],

Expand Down

0 comments on commit 487415b

Please sign in to comment.