From 03855a890210435232c9b56ef24a7662f04993e6 Mon Sep 17 00:00:00 2001
From: xuyanwu <1171736840@qq.com>
Date: Thu, 18 Jul 2024 13:40:24 +0800
Subject: [PATCH 1/2] =?UTF-8?q?update:=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 10 ++--------
docs/README.md | 10 ++--------
...345\237\272\347\241\200\345\212\237\350\203\275.md" | 7 ++++---
...345\277\253\351\200\237\345\205\245\351\227\250.md" | 7 +++++++
...346\233\264\346\226\260\350\256\260\345\275\225.md" | 2 +-
5 files changed, 16 insertions(+), 20 deletions(-)
diff --git a/README.md b/README.md
index 631a3c7..a65d128 100644
--- a/README.md
+++ b/README.md
@@ -56,19 +56,13 @@ Gitee:https://gitee.com/dromara/x-file-storage
这里是简要的更新记录,查看 [详细的更新记录](https://x-file-storage.xuyanwu.cn/#/更新记录)
+`2.2.1` 修复某些情况下哈希计算错误的问题、七牛云 Kodo 预签名 URL 无法使用的问题 [更新记录](https://x-file-storage.xuyanwu.cn/#/更新记录?id=_221)
+
`2.2.0` 修复大量问题,新增获取文件、列举文件,重构预签名 URL 支持客户端上传、下载、删除等操作,新增 Solon 插件,优化手动分片上传等功能,详情查看 [更新记录](https://x-file-storage.xuyanwu.cn/#/更新记录?id=_220)
`2.1.0` 修复大量问题,新增存储平台 FastDFS 和 Azure Blob Storage,新增复制、移动(重命名)文件,手动分片上传(断点续传)和计算哈希等功能,详情查看 [更新记录](https://x-file-storage.xuyanwu.cn/#/更新记录?id=_210)
`2.0.0` 捐赠至 [dromara](https://dromara.org/zh) 开源社区,更改项目名、包名,优化项目结构、支持 Metadata 元数据等,从旧版升级需要注意,详情查看 [更新记录](https://x-file-storage.xuyanwu.cn/#/更新记录?id=_200)
-
-`1.0.3` 修复了 FileStorageClientFactory 未自动加载等问题,查看 [更新记录](https://x-file-storage.xuyanwu.cn/#/更新记录?id=_103)
-
-`1.0.2` 修复了华为云 OBS 未加载的问题,查看 [更新记录](https://x-file-storage.xuyanwu.cn/#/更新记录?id=_102)
-
-`1.0.1` 修复了 MultipartFile 无法正确获取文件名等问题,查看 [更新记录](https://x-file-storage.xuyanwu.cn/#/更新记录?id=_101)
-
-`1.0.0` 包含了大量功能更新与问题修复,例如解决了内存占用过大问题,支持大文件上传、 [脱离 SpringBoot 单独使用](https://x-file-storage.xuyanwu.cn/#/脱离SpringBoot单独使用) 等,AmazonS3 和 GoogleCloudStorage 存储平台配置名称与之前版本不兼容,查看 [更新记录](https://x-file-storage.xuyanwu.cn/#/更新记录?id=_100)
-------
diff --git a/docs/README.md b/docs/README.md
index 101cdd2..75be024 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -57,19 +57,13 @@ Gitee:https://gitee.com/dromara/x-file-storage
这里是简要的更新记录,查看 [详细的更新记录](更新记录)
+`2.2.1` 修复某些情况下哈希计算错误的问题、七牛云 Kodo 预签名 URL 无法使用的问题 [更新记录](更新记录?id=_221)
+
`2.2.0` 修复大量问题,新增获取文件、列举文件,重构预签名 URL 支持客户端上传、下载、删除等操作,新增 Solon 插件,优化手动分片上传等功能,详情查看 [更新记录](更新记录?id=_220)
`2.1.0` 修复大量问题,新增存储平台 FastDFS 和 Azure Blob Storage,新增复制、移动(重命名)文件,手动分片上传(断点续传)和计算哈希等功能,详情查看 [更新记录](更新记录?id=_210)
`2.0.0` 捐赠至 [dromara](https://dromara.org/zh) 开源社区,更改项目名、包名,优化项目结构、支持 Metadata 元数据等,从旧版升级需要注意,详情查看 [更新记录](更新记录?id=_200)
-
-`1.0.3` 修复了 FileStorageClientFactory 未自动加载等问题,查看 [更新记录](更新记录?id=_103)
-
-`1.0.2` 修复了华为云 OBS 未加载的问题,查看 [更新记录](更新记录?id=_102)
-
-`1.0.1` 修复了 MultipartFile 无法正确获取文件名等问题,查看 [更新记录](更新记录?id=_101)
-
-`1.0.0` 包含了大量功能更新与问题修复,例如解决了内存占用过大问题,支持大文件上传、 [脱离 SpringBoot 单独使用](脱离SpringBoot单独使用) 等,AmazonS3 和 GoogleCloudStorage 存储平台配置名称与之前版本不兼容,查看 [更新记录](更新记录?id=_100)
-------
diff --git "a/docs/\345\237\272\347\241\200\345\212\237\350\203\275.md" "b/docs/\345\237\272\347\241\200\345\212\237\350\203\275.md"
index 069ebbf..cc0e517 100644
--- "a/docs/\345\237\272\347\241\200\345\212\237\350\203\275.md"
+++ "b/docs/\345\237\272\347\241\200\345\212\237\350\203\275.md"
@@ -575,9 +575,6 @@ result.getFileList().forEach(info -> log.info("文件:{}", info));
log.info("列举文件完成,共 {} 个文件", result.getFileList().size());
log.info("列举文件全部结果:{}", result);
-//列表是否被截断,就是当前目录下还有其它文件或目录超出最大数量未被列举
-log.info("列表是否被截断:{}", result.getIsTruncated());
-log.info("下次列举的起始位置:{}", result.getNextMarker());
//其它更多参数
ListFilesResult result2 = fileStorageService.listFiles()
@@ -586,6 +583,10 @@ ListFilesResult result2 = fileStorageService.listFiles()
.setFilenamePrefix("abc") // 文件名前缀
.setMarker("123456") //列举的起始位置,从上一次列举结果中获取
.listFiles();
+
+//列表是否被截断,就是当前目录下还有其它文件或目录超出最大数量未被列举
+log.info("列表是否被截断:{}", result2.getIsTruncated());
+log.info("下次列举的起始位置:{}", result2.getNextMarker());
```
## 下载
diff --git "a/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md" "b/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md"
index 37b676d..ff3d53b 100644
--- "a/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md"
+++ "b/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md"
@@ -97,6 +97,13 @@
aws-java-sdk-s3
1.12.429
+
+
+
+ com.squareup.okhttp3
+ okhttp
+ 4.12.0
+
```
#### **FTP**
diff --git "a/docs/\346\233\264\346\226\260\350\256\260\345\275\225.md" "b/docs/\346\233\264\346\226\260\350\256\260\345\275\225.md"
index 76a67d6..b69d058 100644
--- "a/docs/\346\233\264\346\226\260\350\256\260\345\275\225.md"
+++ "b/docs/\346\233\264\346\226\260\350\256\260\345\275\225.md"
@@ -3,7 +3,7 @@
-------
## 📦2.2.1 :id=_221
-2024-07-12
+2024-07-18
- 修复某些情况下哈希计算错误的问题
- 修复七牛云 Kodo 预签名 URL 无法使用的问题
From 996c4074eb3a99b5ccde0732c4e6f4daa38759be Mon Sep 17 00:00:00 2001
From: xuyanwu <1171736840@qq.com>
Date: Thu, 18 Jul 2024 13:46:42 +0800
Subject: [PATCH 2/2] Release:2.2.1
---
README.md | 2 +-
"docs/\345\234\250Solon\344\270\255\344\275\277\347\224\250.md" | 2 +-
"docs/\345\277\253\351\200\237\345\205\245\351\227\250.md" | 2 +-
...ringBoot\345\215\225\347\213\254\344\275\277\347\224\250.md" | 2 +-
pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index a65d128..bf0acb8 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ Gitee:https://gitee.com/dromara/x-file-storage
org.dromara.x-file-storage
x-file-storage-spring
- 2.2.0
+ 2.2.1
diff --git "a/docs/\345\234\250Solon\344\270\255\344\275\277\347\224\250.md" "b/docs/\345\234\250Solon\344\270\255\344\275\277\347\224\250.md"
index 997cac7..2e84834 100644
--- "a/docs/\345\234\250Solon\344\270\255\344\275\277\347\224\250.md"
+++ "b/docs/\345\234\250Solon\344\270\255\344\275\277\347\224\250.md"
@@ -10,7 +10,7 @@
org.dromara.x-file-storage
x-file-storage-solon
- 2.2.0
+ 2.2.1
```
diff --git "a/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md" "b/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md"
index ff3d53b..4766115 100644
--- "a/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md"
+++ "b/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md"
@@ -11,7 +11,7 @@
org.dromara.x-file-storage
x-file-storage-spring
- 2.2.0
+ 2.2.1
```
diff --git "a/docs/\350\204\261\347\246\273SpringBoot\345\215\225\347\213\254\344\275\277\347\224\250.md" "b/docs/\350\204\261\347\246\273SpringBoot\345\215\225\347\213\254\344\275\277\347\224\250.md"
index 807f98d..a0cf886 100644
--- "a/docs/\350\204\261\347\246\273SpringBoot\345\215\225\347\213\254\344\275\277\347\224\250.md"
+++ "b/docs/\350\204\261\347\246\273SpringBoot\345\215\225\347\213\254\344\275\277\347\224\250.md"
@@ -8,7 +8,7 @@
org.dromara.x-file-storage
x-file-storage-core
- 2.2.0
+ 2.2.1
```
diff --git a/pom.xml b/pom.xml
index 62bd78f..8d768e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
- 2.2.1-SNAPSHOT
+ 2.2.1
3.8.1
8