Skip to content

Commit

Permalink
Set services.ses.token config value to AWS_SESSION_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
olkitu committed Apr 20, 2023
1 parent eabdcd4 commit 144cd01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BrefServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function register()
Config::set('cache.stores.dynamodb.token', env('AWS_SESSION_TOKEN'));
Config::set('filesystems.disks.s3.token', env('AWS_SESSION_TOKEN'));
Config::set('queue.connections.sqs.token', env('AWS_SESSION_TOKEN'));
Config::set('services.ses.token', env('AWS_SESSION_TOKEN'));

$this->app->when(QueueHandler::class)
->needs('$connection')
Expand Down

0 comments on commit 144cd01

Please sign in to comment.