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
Had said problem using laravel 5, stapler and laravel-stapler with S3 (outside EC2), and thought to report my 5c here in case it's a pain for someone else.
What resolved the issue for me was moving key & secret under a credentials array: From
Had said problem using laravel 5, stapler and laravel-stapler with S3 (outside EC2), and thought to report my 5c here in case it's a pain for someone else.
What resolved the issue for me was moving key & secret under a credentials array: From
to
and changing Validator.php's validateS3Options() to validate the changed options instead.
(Naturally, i also updated the config file values.)
The text was updated successfully, but these errors were encountered: