diff --git a/README.md b/README.md
index 6ad44651..35987470 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,8 @@ Amazon S3、GoogleCloud Storage、金山云 KS3、美团云 MSS、京东云 OSS
后续即将支持 Samba、NFS
+`1.0.2` 修复了华为云 OBS 未加载的问题,查看 [更新记录](https://spring-file-storage.xuyanwu.cn/#/更新记录?id=102)
+
`1.0.1` 修复了 MultipartFile 无法正确获取文件名等问题,查看 [更新记录](https://spring-file-storage.xuyanwu.cn/#/更新记录?id=101)
`1.0.0` 包含了大量功能更新与问题修复,例如解决了内存占用过大问题,支持大文件上传、 [脱离 SpringBoot 单独使用](https://spring-file-storage.xuyanwu.cn/#/脱离SpringBoot单独使用) 等,AmazonS3 和 GoogleCloudStorage 存储平台配置名称与之前版本不兼容,查看 [更新记录](https://spring-file-storage.xuyanwu.cn/#/更新记录?id=100)
diff --git a/docs/README.md b/docs/README.md
index 3157f179..a4a244ca 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -32,6 +32,8 @@ Amazon S3、GoogleCloud Storage、金山云 KS3、美团云 MSS、京东云 OSS
后续即将支持 Samba、NFS
+`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/_navbar.md b/docs/_navbar.md
index 4eeb474c..b80bc3db 100644
--- a/docs/_navbar.md
+++ b/docs/_navbar.md
@@ -1,4 +1,5 @@
-* 文档版本 1.0.1
+* 文档版本 1.0.2
+ * [1.0.2](https://spring-file-storage.xuyanwu.cn/1.0.2/)
* [1.0.1](https://spring-file-storage.xuyanwu.cn/1.0.1/)
* [1.0.0](https://spring-file-storage.xuyanwu.cn/1.0.0/)
* [0.7.0](https://spring-file-storage.xuyanwu.cn/0.7.0/)
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 5c9a241b..2f8b08f5 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"
@@ -8,7 +8,7 @@
cn.xuyanwu
spring-file-storage
- 1.0.1
+ 1.0.2
```
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 9a51daaa..5452b850 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"
@@ -1,5 +1,9 @@
# 更新记录
+## 1.0.2
+2023-08-08
+- 修复了华为云 OBS 未加载的问题
+
## 1.0.1
2023-08-08
- 修复了 MultipartFileWrapperAdapter 无法正确获取文件名的问题
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 394cae91..1bb1743c 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 @@
cn.xuyanwu
file-storage-core
- 1.0.1
+ 1.0.2
```
diff --git a/file-storage-core/pom.xml b/file-storage-core/pom.xml
index 1b36edfe..442eacf5 100644
--- a/file-storage-core/pom.xml
+++ b/file-storage-core/pom.xml
@@ -5,12 +5,12 @@
spring-file-storage-parent
cn.xuyanwu
- 1.0.1
+ 1.0.2
4.0.0
file-storage-core
- 1.0.1
+ 1.0.2
8
diff --git a/pom.xml b/pom.xml
index 8aa77ec6..faf2b76d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
cn.xuyanwu
spring-file-storage-parent
pom
- 1.0.1
+ 1.0.2
spring-file-storage-parent
A File Storage Service
@@ -63,7 +63,7 @@
cn.xuyanwu
file-storage-core
- 1.0.1
+ 1.0.2
diff --git a/spring-file-storage-test/pom.xml b/spring-file-storage-test/pom.xml
index b134163c..d245ac3b 100644
--- a/spring-file-storage-test/pom.xml
+++ b/spring-file-storage-test/pom.xml
@@ -12,7 +12,7 @@
cn.xuyanwu
spring-file-storage-test
- 1.0.1
+ 1.0.2
spring-file-storage-test
spring-file-storage 的测试和演示模块
@@ -145,7 +145,7 @@
cn.xuyanwu
spring-file-storage
- 1.0.1
+ 1.0.2
diff --git a/spring-file-storage/pom.xml b/spring-file-storage/pom.xml
index ed4098a5..45f3d0b5 100644
--- a/spring-file-storage/pom.xml
+++ b/spring-file-storage/pom.xml
@@ -5,7 +5,7 @@
spring-file-storage-parent
cn.xuyanwu
- 1.0.1
+ 1.0.2
4.0.0
diff --git a/spring-file-storage/src/main/java/cn/xuyanwu/spring/file/storage/spring/SpringFileStorageProperties.java b/spring-file-storage/src/main/java/cn/xuyanwu/spring/file/storage/spring/SpringFileStorageProperties.java
index 47050059..d1210cf7 100644
--- a/spring-file-storage/src/main/java/cn/xuyanwu/spring/file/storage/spring/SpringFileStorageProperties.java
+++ b/spring-file-storage/src/main/java/cn/xuyanwu/spring/file/storage/spring/SpringFileStorageProperties.java
@@ -118,6 +118,7 @@ public FileStorageProperties toFileStorageProperties() {
properties.setThumbnailSuffix(thumbnailSuffix);
properties.setLocal(local.stream().filter(SpringLocalConfig::getEnableStorage).collect(Collectors.toList()));
properties.setLocalPlus(localPlus.stream().filter(SpringLocalPlusConfig::getEnableStorage).collect(Collectors.toList()));
+ properties.setHuaweiObs(huaweiObs.stream().filter(SpringHuaweiObsConfig::getEnableStorage).collect(Collectors.toList()));
properties.setAliyunOss(aliyunOss.stream().filter(SpringAliyunOssConfig::getEnableStorage).collect(Collectors.toList()));
properties.setQiniuKodo(qiniuKodo.stream().filter(SpringQiniuKodoConfig::getEnableStorage).collect(Collectors.toList()));
properties.setTencentCos(tencentCos.stream().filter(SpringTencentCosConfig::getEnableStorage).collect(Collectors.toList()));