|
|
@@ -32,4 +32,13 @@ interface AliOssServiceInterface
|
|
|
*/
|
|
|
public function getObjectMeta(string $object);
|
|
|
|
|
|
+ /**
|
|
|
+ * 拷贝OSS文件
|
|
|
+ *
|
|
|
+ * @param string $object
|
|
|
+ * @param string $new_object
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function copyObject(string $object, string $new_object);
|
|
|
+
|
|
|
}
|