diff --git a/config/filesystems.php b/config/filesystems.php index 4544f60c..c569e013 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -57,6 +57,7 @@ return [ 's3' => [ 'driver' => 's3', + 'url' => env('AWS_URL'), 'key' => env('AWS_KEY'), 'secret' => env('AWS_SECRET'), 'region' => env('AWS_REGION'),