zhangdehua 7 months ago
parent
commit
c0749569e4
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'),
             [
-                'name' => '/10001/20240618/24c7b239666052544c6a0a70489f58b6.jpg'
+                'name' => '10001/20240618/24c7b239666052544c6a0a70489f58b6.jpg'
                 //'predefinedAcl' => 'publicRead'
             ]
         );