diff --git a/config/filesystems.php b/config/filesystems.php index 5a6215f5..ab66dd5f 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -62,6 +62,7 @@ return [ 'host' => 'ftp.example.com', 'username' => 'your-username', 'password' => 'your-password', + ], 's3' => [ 'driver' => 's3',