Browse Source

Support custom URLs for AWS storage

Johann Pardanaud 6 years ago
parent
commit
dfd494f051
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/filesystems.php

+ 1 - 0
config/filesystems.php

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