Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
4fb7f6818d
|
@ -334,6 +334,7 @@ namespace IRaCIS.Api.Controllers
|
||||||
|
|
||||||
region = ossOptions.region,
|
region = ossOptions.region,
|
||||||
bucketName = ossOptions.bucketName,
|
bucketName = ossOptions.bucketName,
|
||||||
|
endPoint = ossOptions.endPoint,
|
||||||
viewEndpoint = ossOptions.viewEndpoint,
|
viewEndpoint = ossOptions.viewEndpoint,
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -89,6 +89,7 @@ namespace IRaCIS.Core.Application.Helper
|
||||||
|
|
||||||
public string region { get; set; }
|
public string region { get; set; }
|
||||||
public string bucketName { get; set; }
|
public string bucketName { get; set; }
|
||||||
|
public string endPoint { get; set; }
|
||||||
public string viewEndpoint { get; set; }
|
public string viewEndpoint { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue