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

#1192 - Fix shared config loading of Duration Seconds from roles to use raw instead of int64 #1193

Closed

Conversation

Zeouterlimits
Copy link

@Zeouterlimits Zeouterlimits commented Mar 25, 2021

For #1192

@Zeouterlimits Zeouterlimits changed the title #1192 - Fix shared config loading of Duration Seconds from roles to u… #1192 - Fix shared config loading of Duration Seconds from roles to use raw instead of int64 Mar 25, 2021
@jasdel
Copy link
Contributor

jasdel commented Mar 29, 2021

Thank you for reaching out and creating this PR @Zeouterlimits. After reviewing this parameter I don't think it would be appropriate for the SDK to take this change. The field is documented as only taking an integer of seconds. Parsing this field as a time.Duration would create the risk of compatibility issues between the v2 SDK and other AWS SDKs. Since the other SDKs only support integer seconds for this field.

@jasdel jasdel closed this Mar 29, 2021
@jasdel jasdel reopened this Mar 31, 2021
@Zeouterlimits
Copy link
Author

(Reopened per further discussion in issue #1192)

@jasdel
Copy link
Contributor

jasdel commented Jan 21, 2022

I've not been able to reproduce this issue, and created PR #1568 exercising this. That Pr can replace this one until can reproduce the error. Lets continue discussion in #1192

@jasdel jasdel closed this Jan 21, 2022
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

Successfully merging this pull request may close these issues.

2 participants