Support custom URLs for AWS storage

This commit is contained in:
Johann Pardanaud 2017-11-09 20:46:09 +01:00
parent d5d81a53ed
commit dfd494f051
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
's3' => [
'driver' => 's3',
'url' => env('AWS_URL'),
'key' => env('AWS_KEY'),
'secret' => env('AWS_SECRET'),
'region' => env('AWS_REGION'),