Merge pull request #4483 from nesk/custom-url-aws

Support custom URLs for AWS storage
This commit is contained in:
Taylor Otwell 2017-11-10 08:19:58 -06:00 committed by GitHub
commit 68772c762c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
'secret' => env('AWS_SECRET'),
'region' => env('AWS_REGION'),
'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'),
],
],