Skip to content

Commit cff952b

Browse files
committed
don't pass 'token' to the AWS client
1 parent f8c5728 commit cff952b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/laravel-echo-api-gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'connection' => [
66
'key' => env('AWS_ACCESS_KEY_ID'),
77
'secret' => env('AWS_SECRET_ACCESS_KEY'),
8-
'token' => env('AWS_SESSION_TOKEN'),
8+
// 'token' => env('AWS_SESSION_TOKEN'),
99
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
1010
],
1111

0 commit comments

Comments
 (0)