Browse Source

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

Support custom URLs for AWS storage
Taylor Otwell 6 years ago
parent
commit
68772c762c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/filesystems.php

+ 1 - 0
config/filesystems.php

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