From b222989f0ad2f6525ba8017d98491a96cce64e9f Mon Sep 17 00:00:00 2001 From: xudawei Date: Thu, 13 Mar 2025 17:43:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:(REQ-3540)=20=E5=A4=8D=E5=88=B6=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E5=87=BA=E5=8F=82=E6=B3=A8=E9=87=8A=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model/copyobject/ServerFileBatchCopyObjectResponse.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/oss-http-api/src/main/java/cn/axzo/oss/http/model/copyobject/ServerFileBatchCopyObjectResponse.java b/oss-http-api/src/main/java/cn/axzo/oss/http/model/copyobject/ServerFileBatchCopyObjectResponse.java index e7dc4dc..ff23781 100644 --- a/oss-http-api/src/main/java/cn/axzo/oss/http/model/copyobject/ServerFileBatchCopyObjectResponse.java +++ b/oss-http-api/src/main/java/cn/axzo/oss/http/model/copyobject/ServerFileBatchCopyObjectResponse.java @@ -32,14 +32,12 @@ public class ServerFileBatchCopyObjectResponse { private String fileUuid; /** - * 目标桶 - * 如果目标桶为空,则默认取源桶 + * 目标文件fileKey */ private String targetFileKey; /** * 目标通道 - * 如果目标通道为空,则默认源通道 */ private String targetChannelCode;