minio分权限存储

This commit is contained in:
2025-11-12 18:08:37 +08:00
parent 4b9e9ad89b
commit 09992e1887
24 changed files with 723 additions and 81 deletions

View File

@@ -83,6 +83,13 @@
<version>8.5.7</version> <!-- 使用最新版本 -->
</dependency>
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio-admin</artifactId>
<version>8.5.7</version> <!-- 可根据最新版本替换 -->
</dependency>
<!-- Apache Commons IO 用于流操作 -->
<dependency>
<groupId>commons-io</groupId>