Uat_Study
hang 2023-09-26 14:20:35 +08:00
parent b3e37c7ea4
commit 8bb1e8cf43
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ namespace IRaCIS.Api.Controllers
{ {
RoleArn = "acs:ram::1899121822495495:role/oss-upload", // 角色ARN需要替换为你的角色ARN RoleArn = "acs:ram::1899121822495495:role/oss-upload", // 角色ARN需要替换为你的角色ARN
RoleSessionName = $"session-name-{Guid.NewGuid()}", // 角色会话名称,可自定义 RoleSessionName = $"session-name-{Guid.NewGuid()}", // 角色会话名称,可自定义
DurationSeconds = 60, // 令牌有效期单位这里设置为1小时 DurationSeconds = 900, // 令牌有效期单位这里设置为1小时
}; };