Gosowong 2 лет назад
Родитель
Сommit
00c6b32119
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      crmeb/crmeb/services/upload/storage/Jdoss.php

+ 1 - 2
crmeb/crmeb/services/upload/storage/Jdoss.php

@@ -277,8 +277,7 @@ class Jdoss extends BaseUpload
         try {
             $this->storageRegion = $region;
             $this->app()->deleteBucket([
-                'bucketName' => $name, // REQUIRED
-                'forceDelete' => false
+                'Bucket' => $name, // REQUIRED
             ]);
             return true;
         } catch (AcmException $e) {