diff --git a/README.md b/README.md index 81f2f62b..e4bc97ee 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ We would like to extend our thanks to the following sponsors for funding Laravel - [Hyper Host](https://hyper.host) - [Appoly](https://www.appoly.co.uk) - [OP.GG](https://op.gg) +- [云软科技](http://www.yunruan.ltd/) ## Contributing diff --git a/config/filesystems.php b/config/filesystems.php index cd9f0962..3ec3dac9 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -61,7 +61,7 @@ return [ 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION'), 'bucket' => env('AWS_BUCKET'), - 'url' => env('AWS_URL'), + 'endpoint' => env('AWS_URL'), ], ], diff --git a/config/mail.php b/config/mail.php index cfef410f..5201bb76 100644 --- a/config/mail.php +++ b/config/mail.php @@ -41,6 +41,7 @@ return [ 'encryption' => env('MAIL_ENCRYPTION', 'tls'), 'username' => env('MAIL_USERNAME'), 'password' => env('MAIL_PASSWORD'), + 'timeout' => null, ], 'ses' => [