diff --git a/config/filesystems.php b/config/filesystems.php index 58222c3a..ad8228f2 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -52,6 +52,7 @@ 'driver' => 's3', 'key' => 'your-key', 'secret' => 'your-secret', + 'region' => 'your-region', 'bucket' => 'your-bucket', ],