You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
A "region" configuration value is required for the "sns" service
(e.g., "us-west-2"). A list of available public regions and endpoints can be
found at http://docs.aws.amazon.com/general/latest/gr/rande.html.
Adding AWS_REGION to .env resolves this issue.
Assuming this isn't blowing up in the AWS library and can be resolved within sns-laravel, I will submit a PR.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In a fresh install, likely don't have any AWS credentials set. As such config:publish blows up:
php artisan vendor:publish --provider="Mitchdav\SNS\Provider"
In ClientResolver.php line 371:
Missing required client configuration options:
region: (string)
Adding AWS_REGION to .env resolves this issue.
Assuming this isn't blowing up in the AWS library and can be resolved within sns-laravel, I will submit a PR.
The text was updated successfully, but these errors were encountered: