diff --git a/config/filesystems.php b/config/filesystems.php index e9d9dbd..90f00b5 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -53,7 +53,7 @@ return [ 'url' => env('AWS_URL'), 'endpoint' => env('AWS_ENDPOINT'), 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), - 'throw' => false, + 'throw' => true, ], ],