修改对象存储返回临时toekn

This commit is contained in:
2024-08-27 15:05:46 +08:00
parent c8f04a878a
commit a9afb684c9
2 changed files with 47 additions and 66 deletions
@@ -14,6 +14,7 @@ using System.Security.AccessControl;
using System.Text;
using System.Threading.Tasks;
using System.Runtime.InteropServices;
using System.Text.Json.Serialization;
namespace IRaCIS.Core.Application.Helper
{
@@ -55,7 +56,10 @@ namespace IRaCIS.Core.Application.Helper
public class ObjectStoreServiceOptions
{
public string ObjectStoreUse { get; set; }
public AliyunOSSOptions AliyunOSS { get; set; }
public MinIOOptions MinIO { get; set; }
public AWSOptions AWS { get; set; }
@@ -68,6 +72,8 @@ namespace IRaCIS.Core.Application.Helper
public AliyunOSSOptions AliyunOSS { get; set; }
public AliyunOSSTempToken AliyunOSSTemp { get; set; }
public MinIOOptions MinIO { get; set; }
public AWSOptions AWS { get; set; }