Compare commits

..

2 Commits

Author SHA1 Message Date
hang 2939290915 Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2024-08-28 13:22:15 +08:00
hang a55ba549eb oss增加endpoint 2024-08-28 13:22:14 +08:00
2 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,7 @@ namespace IRaCIS.Api.Controllers
region = ossOptions.region,
bucketName = ossOptions.bucketName,
endPoint = ossOptions.endPoint,
viewEndpoint = ossOptions.viewEndpoint,
};

View File

@ -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; }
}