Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

忘记 set DurationSeconds 了? #5

Open
vChrysanthemum opened this issue Jul 28, 2021 · 0 comments
Open

忘记 set DurationSeconds 了? #5

vChrysanthemum opened this issue Jul 28, 2021 · 0 comments

Comments

@vChrysanthemum
Copy link

func (p *STS) AssumeRole(req *AssumeRoleRequest) (*AssumeRoleResp, int, error) {
query := url.Values{}
resp := new(AssumeRoleResp)
if req.DurationSeconds == 0 {
query.Set("DurationSeconds", "3600")
}
if req.Policy != "" {
query.Set("Policy", req.Policy)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant