zhangdehua 11 ماه پیش
والد
کامیت
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(
             fopen($filePath, 'r'),
             [
-                'predefinedAcl' => 'publicRead'
+                //'predefinedAcl' => 'publicRead'
             ]
         );
         $name = $storageObj->name();