zhangdehua 7 tháng trước cách đây
mục cha
commit
e0a18d1c34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/index/controller/Index.php

+ 1 - 1
app/index/controller/Index.php

@@ -220,7 +220,7 @@ class Index extends Controller
         $storageObj = $bucket->upload(
             fopen($filePath, 'r'),
             [
-                'predefinedAcl' => 'publicRead'
+                //'predefinedAcl' => 'publicRead'
             ]
         );
         $name = $storageObj->name();