File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ if __name__ == '__main__':
233233 duration_seconds = 3600 , # 非必填,有效期默认3600秒
234234 scheme = " https" , # 非必填,域名前缀,默认https
235235 host = " sts.volcengineapi.com" , # 非必填,请求域名,默认sts.volcengineapi.com
236- region = " cn-beijing" , # 非必填,请求服务器区域地址,默认cn-north-1
236+ region = " cn-beijing" , # 非必填,请求服务器区域地址,默认cn-beijing
237237 timeout = 30 , # 非必填,请求超时时间,默认30秒
238238 expired_buffer_seconds = 60 # 非必填,session有效期前多久过期,剩余时间小于这个设置就要请求新的token了,默认60秒
239239 )
@@ -294,7 +294,7 @@ if __name__ == '__main__':
294294 duration_seconds = 3600 , # 非必填,有效期默认3600秒
295295 scheme = " https" , # 非必填,域名前缀,默认https
296296 host = " sts.volcengineapi.com" , # 非必填,请求域名,默认sts.volcengineapi.com
297- region = " cn-beijing" , # 非必填,请求服务器区域地址,默认cn-north-1
297+ region = " cn-beijing" , # 非必填,请求服务器区域地址,默认cn-beijing
298298 timeout = 30 , # 非必填,请求超时时间,默认30秒
299299 expired_buffer_seconds = 60 # 非必填,session有效期前多久过期,剩余时间小于这个设置就要请求新的token了,默认60秒
300300 )
You can’t perform that action at this time.
0 commit comments