Browse Source

创建上传oss临时凭证

alexzy 3 năm trước cách đây
mục cha
commit
8e1ac1ff4e
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      src/AliOssServiceInterface.php

+ 7 - 0
src/AliOssServiceInterface.php

@@ -49,4 +49,11 @@ interface AliOssServiceInterface
      */
     public function deleteObject($object): bool;
 
+    /**
+     * 创建OSS上传临时凭证
+     *
+     * @return array
+     */
+    public function createPutSTS(): array;
+
 }