소스 검색

Support minio for S3 uploads

techknowlogick 5 년 전
부모
커밋
254c53ecb8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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' => [