This commit is contained in:
Luke.Ye 2025-07-11 00:53:19 +08:00
parent a489d26f8a
commit 4669f71d26

View File

@ -84,7 +84,7 @@ public class MinioOSGatewayImpl implements ObjectStorageGateway {
return String.format("http://s3.wisdompulse.cn/%s/%s", bucket, objectPath);
} else {
// 生成预签名链接最大 7
return localMinioClient.getPresignedObjectUrl(
return minioClient.getPresignedObjectUrl(
GetPresignedObjectUrlArgs.builder()
.method(Method.GET)
.bucket(bucket)