Update filesystems.php

This commit is contained in:
Taylor Otwell 2017-11-10 08:19:10 -06:00 committed by GitHub
parent dfd494f051
commit 411ff5978c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,11 +57,11 @@
's3' => [
'driver' => 's3',
'url' => env('AWS_URL'),
'key' => env('AWS_KEY'),
'secret' => env('AWS_SECRET'),
'region' => env('AWS_REGION'),
'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'),
],
],