Merge branch '6.x'

This commit is contained in:
Dries Vints 2020-04-09 16:56:58 +02:00
commit e2c9261c2d
No known key found for this signature in database
GPG Key ID: E1529B3ACC4A5A76
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION'),
'bucket' => env('AWS_BUCKET'),
'endpoint' => env('AWS_URL'),
'url' => env('AWS_URL'),
'endpoint' => env('AWS_ENDPOINT'),
],
],