zhangdehua 7 месяцев назад
Родитель
Сommit
e0a18d1c34
1 измененных файлов с 1 добавлено и 1 удалено
  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(
         $storageObj = $bucket->upload(
             fopen($filePath, 'r'),
             fopen($filePath, 'r'),
             [
             [
-                'predefinedAcl' => 'publicRead'
+                //'predefinedAcl' => 'publicRead'
             ]
             ]
         );
         );
         $name = $storageObj->name();
         $name = $storageObj->name();