添加上传图片相关逻辑

This commit is contained in:
huangxianguo 2024-07-17 14:28:24 +08:00
parent 30d8d953a0
commit 34c7a83ab7
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public class MinioHelper
private MinioHelper(string endpoint, string accessKey, string secretKey)
{
_client = new MinioClient()
.WithSSL()
.WithEndpoint(endpoint)
.WithCredentials(accessKey, secretKey)
.Build();