Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.
MIT License
341 stars 16 forks source link

Write fails silently in Laravel 9 #66

Closed pusherman closed 2 years ago

pusherman commented 2 years ago

Example: export AWS_SECRET_ACCESS_KEY=invalid-key && php artisan lasso:publish

Output makes you think all is good when it is not.

65 should resolve it.

pusherman commented 2 years ago

Until this is merged you can add 'throw' => true, to your filesystems config for your assets (lasso) driver

Sammyjo20 commented 2 years ago

Released in v3.0.1 🥳 Thanks @pusherman