-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suddenly getting 403's? #642
Comments
Full stack trace
|
It looks like the connection to SQS is happening during Laravel's |
Apologies, this suddenly started working again! I suspect it wasn't this library, but something Laravel related as you suggested. Thanks! |
I faced this problem today, I adjusted the time on my machine and now everything works. Is there a way to disable this check? |
This error described is not a client-side check, but an authentication error thrown by SQS. Credentials are scoped to a calendar day, so it is not possible to disable including date information in the signing process. |
I'm getting:
Errors in my error log. I wasn't getting this before, I hadn't changed anything in my AWS settings, or changed my secret/token or anything like that. I'm also confused as to why I'm getting SQS errors as I'm not using SQS?
The text was updated successfully, but these errors were encountered: