修改oss 配置
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-03 13:02:40 +08:00
parent 01ee530e38
commit a5ef0fc902
8 changed files with 79 additions and 41 deletions
+5 -2
View File
@@ -55,6 +55,10 @@ namespace IRaCIS.Core.Application.Helper
public string viewEndpoint { get; set; }
public int durationSeconds { get; set; }
}
public class ObjectStoreServiceOptions
@@ -74,9 +78,8 @@ namespace IRaCIS.Core.Application.Helper
{
public string ObjectStoreUse { get; set; }
public AliyunOSSOptions AliyunOSS { get; set; }
public AliyunOSSTempToken AliyunOSSTemp { get; set; }
public AliyunOSSTempToken AliyunOSS { get; set; }
public MinIOOptions MinIO { get; set; }