Skip to content

Commit 487415b

Browse files
Removed token line to fix AWS SDK error
1 parent 5b7d92f commit 487415b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/laravel-echo-api-gateway.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
'connection' => [
66
'key' => env('AWS_ACCESS_KEY_ID'),
77
'secret' => env('AWS_SECRET_ACCESS_KEY'),
8-
'token' => env('AWS_SESSION_TOKEN'),
98
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
109
],
1110

0 commit comments

Comments
 (0)