Merge pull request #3576 from pulkitjalan/patch-1

added queue prefix to match the framework
This commit is contained in:
Taylor Otwell 2015-12-01 14:07:57 -06:00
commit 7f216a4213
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@
'driver' => 'sqs',
'key' => 'your-public-key',
'secret' => 'your-secret-key',
'queue' => 'your-queue-url',
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
'queue' => 'your-queue-name',
'region' => 'us-east-1',
],