S3 minio sdk 替换为 aws sdk

This commit is contained in:
segerts
2024-11-03 19:28:23 +08:00
parent d97ba8d4d8
commit ad00fbc566
2 changed files with 102 additions and 50 deletions

View File

@@ -116,8 +116,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>