feat(storage): 新增 S3 存储模块,重构本地存储

This commit is contained in:
liquor
2025-01-16 13:36:48 +00:00
committed by Charles7c
parent 13c4253b29
commit e11c7a0d8c
29 changed files with 2437 additions and 196 deletions

View File

@@ -14,7 +14,9 @@
<description>ContiNew Starter 存储模块</description>
<modules>
<module>continew-starter-storage-core</module>
<module>continew-starter-storage-local</module>
<module>continew-starter-storage-oss</module>
</modules>
<dependencies>