Explorar o código

Merge pull request #2036 from techknowlogick/patch-2

 Support minio for S3 uploads
daniel %!s(int64=5) %!d(string=hai) anos
pai
achega
6689a6fe3c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      config/filesystems.php

+ 1 - 0
config/filesystems.php

@@ -63,6 +63,7 @@ return [
             'bucket'   => env('AWS_BUCKET'),
             'url'      => env('AWS_URL'),
             'endpoint' => env('AWS_ENDPOINT'),
+            'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
         ],
 
         'spaces' => [