Browse Source

Update filesystems.php

Taylor Otwell 6 years ago
parent
commit
411ff5978c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/filesystems.php

+ 1 - 1
config/filesystems.php

@@ -57,11 +57,11 @@ return [
 
         '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'),
         ],
 
     ],