阿里云临时token改为直接返回token和秘钥
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-30 10:45:36 +08:00
parent 6266146ecb
commit 897ad8c3eb
2 changed files with 35 additions and 29 deletions
+2 -1
View File
@@ -53,7 +53,8 @@ namespace IRaCIS.Core.Application.Helper
public class ObjectStoreDTO
{
public string ObjectStoreUse { get; set; }
public AliyunOSSTempToken AliyunOSS { get; set; }
public AliyunOSSOptions AliyunOSS { get; set; }
public MinIOOptions MinIO { get; set; }