瀏覽代碼

Update filesystems config, set S3 visibility to public by default. Fixes #2913

Daniel Supernault 3 年之前
父節點
當前提交
49a53c27be
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      config/filesystems.php

+ 1 - 0
config/filesystems.php

@@ -61,6 +61,7 @@ return [
             'secret'   => env('AWS_SECRET_ACCESS_KEY'),
             'region'   => env('AWS_DEFAULT_REGION'),
             'bucket'   => env('AWS_BUCKET'),
+            'visibility' => 'public',
             'url'      => env('AWS_URL'),
             'endpoint' => env('AWS_ENDPOINT'),
             'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),