oss增加endpoint

This commit is contained in:
2024-08-28 13:22:14 +08:00
parent 4026a34fcf
commit a55ba549eb
2 changed files with 2 additions and 0 deletions
@@ -334,6 +334,7 @@ namespace IRaCIS.Api.Controllers
region = ossOptions.region,
bucketName = ossOptions.bucketName,
endPoint = ossOptions.endPoint,
viewEndpoint = ossOptions.viewEndpoint,
};
@@ -89,6 +89,7 @@ namespace IRaCIS.Core.Application.Helper
public string region { get; set; }
public string bucketName { get; set; }
public string endPoint { get; set; }
public string viewEndpoint { get; set; }
}