SimpleSoftwareIO / simple-sqs-extended-client

A Laravel SQS driver that removes the 256KB payload limit by saving the payloads into S3.
MIT License
12 stars 9 forks source link

fixing token param (should not be on top level) #6

Closed mixaster closed 5 months ago

mixaster commented 1 year ago

per this fix for AWS SDK: https://github.com/laravel/framework/pull/44979

SimplyCorey commented 5 months ago

Thank you!