触发发布
continuous-integration/drone/push Build was killed Details

Test_HIR_Net8
hang 2026-06-05 15:32:01 +08:00
parent 4e277bb9aa
commit 96776b0b3d
1 changed files with 1 additions and 1 deletions

View File

@ -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;