From 96776b0b3d09cdb423cad7c4daa6f9c5ca3cf977 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 5 Jun 2026 15:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Helper/OSSService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Helper/OSSService.cs b/IRaCIS.Core.Application/Helper/OSSService.cs index 217fe9211..58105e89c 100644 --- a/IRaCIS.Core.Application/Helper/OSSService.cs +++ b/IRaCIS.Core.Application/Helper/OSSService.cs @@ -611,7 +611,7 @@ public class OSSService : IOSSService //var getObjectArgs = new GetObjectArgs() // .WithBucket(minIOConfig.BucketName) // .WithObject(ossRelativePath) - // .WithCallbackStream(stream => stream.CopyToAsync(memoryStream)); + // .WithCallbackStream(async stream => await stream.CopyToAsync(memoryStream)); //await minioClient.GetObjectAsync(getObjectArgs); //memoryStream.Position = 0;