Skip to content

Commit 5cfaf9e

Browse files
author
Dannie Hansen
committed
Added support for 'token' in credentials configuration
1 parent 15893cd commit 5cfaf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue/Connectors/SqsFifoConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function connect(array $config)
2727
}
2828

2929
if (!empty($config['key']) && !empty($config['secret'])) {
30-
$config['credentials'] = Arr::only($config, ['key', 'secret']);
30+
$config['credentials'] = Arr::only($config, ['key', 'secret', 'token']);
3131
}
3232

3333
$group = Arr::pull($config, 'group', 'default');

0 commit comments

Comments
 (0)