zhangdehua 7 months ago
parent
commit
e0a18d1c34
1 changed files with 1 additions and 1 deletions
  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();