【代码优化】infra:s3 minio sdk 替换为 aws sdk

This commit is contained in:
YunaiV
2024-11-09 18:34:50 +08:00
parent d8ae5846cb
commit dfe018b8ce
5 changed files with 139 additions and 112 deletions

View File

@@ -138,8 +138,8 @@
<artifactId>jsch</artifactId> <!-- 文件客户端:解决 sftp 连接 -->
</dependency>
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId> <!-- 文件客户端解决阿里云、腾讯云、minio 等 S3 连接 -->
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId><!-- 文件客户端解决阿里云、腾讯云、minio 等 S3 连接 -->
</dependency>
<dependency>