linux断点调试
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-09-03 11:30:21 +08:00
parent 3cb0ed4cd5
commit f84a9c481a
1 changed files with 2 additions and 0 deletions

View File

@ -439,6 +439,8 @@ public class OSSService : IOSSService
var minIOConfig = ObjectStoreServiceOptions.MinIO;
Console.WriteLine(minIOConfig.ToJsonStr() +$"ossRelativePath:{ossRelativePath} localFilePath:{localFilePath} ");
var minioClient = new MinioClient().WithEndpoint($"{minIOConfig.EndPoint}:{minIOConfig.Port}")
.WithCredentials(minIOConfig.AccessKeyId, minIOConfig.SecretAccessKey).WithSSL(minIOConfig.UseSSL)
.WithHttpClient(new HttpClient(httpClientHandler))