@ -66,7 +66,7 @@ public class MinioUtils {
// 生成带有签名的URL
String url = getMinioClient().getPresignedObjectUrl(
GetPresignedObjectUrlArgs.builder()
.method(Method.GET)
.method(Method.PUT)
.bucket(bucketName)
.object(objectName)
.expiry(expiresDuration)