You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is going to be addressed by #2286 but I'm creating it for visibility.
If you specify multiple config files when loading shared config, "numeric" keys will silently default to 0 if a profile merge occurs from a source where one of those values are not a valid number.
At this time this only affects two fields:
max_attempts
duration_seconds
Expected Behavior
Shared config recognizes the invalid value and returns an error.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
This is going to be addressed by #2286 but I'm creating it for visibility.
If you specify multiple config files when loading shared config, "numeric" keys will silently default to 0 if a profile merge occurs from a source where one of those values are not a valid number.
At this time this only affects two fields:
max_attempts
duration_seconds
Expected Behavior
Shared config recognizes the invalid value and returns an error.
Current Behavior
Silently defaults to the zero value.
Reproduction Steps
Create two config files:
This will output
We should see an error when attempting to load the value for
RetryMaxAttempts
.Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
latest
Compiler and Version used
latest
Operating System and version
n/a
The text was updated successfully, but these errors were encountered: