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

V2: Change AssumeRole.DurationSeconds to Duration of type time.Duration #83

Closed
gdavison opened this issue Sep 27, 2021 · 1 comment
Closed
Labels
enhancement New feature or request v2
Milestone

Comments

@gdavison
Copy link
Contributor

The AWS SDK for Go v2 takes a time.Duration when configuring assuming a role. The awsbase.Config struct has the parameter DurationSeconds of type int. Change it to a time.Duration to match the AWS SDK.

@gdavison gdavison added this to the v2.0.0 milestone Sep 27, 2021
@gdavison gdavison added enhancement New feature or request v2 labels Sep 27, 2021
@gdavison
Copy link
Contributor Author

This was closed by #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v2
Projects
None yet
Development

No branches or pull requests

1 participant