From 0d6580bfdff425054583c4da818c9654557e5247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=89=8D=E7=A6=8F?= Date: Fri, 18 Nov 2022 11:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=96=87=E4=BB=B6Key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/axzo/oss/http/model/FileInformationResponse.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oss-http-api/src/main/java/cn/axzo/oss/http/model/FileInformationResponse.java b/oss-http-api/src/main/java/cn/axzo/oss/http/model/FileInformationResponse.java index f7d3856..532e915 100644 --- a/oss-http-api/src/main/java/cn/axzo/oss/http/model/FileInformationResponse.java +++ b/oss-http-api/src/main/java/cn/axzo/oss/http/model/FileInformationResponse.java @@ -20,4 +20,9 @@ public class FileInformationResponse { * URL MD5 */ private String urlMd5; + + /** + * 文件 Key + */ + private String fileKey; }