This commit is contained in:
@@ -326,15 +326,15 @@ namespace IRaCIS.Api.Controllers
|
||||
|
||||
var tempToken = new AliyunOSSTempToken()
|
||||
{
|
||||
AccessKeyId = credentials.AccessKeyId,
|
||||
AccessKeySecret = credentials.AccessKeySecret,
|
||||
Expiration = credentials.Expiration,
|
||||
SecurityToken = credentials.SecurityToken,
|
||||
accessKeyId = credentials.AccessKeyId,
|
||||
accessKeySecret = credentials.AccessKeySecret,
|
||||
expiration = credentials.Expiration,
|
||||
securityToken = credentials.SecurityToken,
|
||||
|
||||
|
||||
Region = ossOptions.region,
|
||||
BucketName = ossOptions.bucketName,
|
||||
ViewEndpoint = ossOptions.viewEndpoint,
|
||||
region = ossOptions.region,
|
||||
bucketName = ossOptions.bucketName,
|
||||
viewEndpoint = ossOptions.viewEndpoint,
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user