Closed ashie closed 2 years ago
Aws::AssumeRoleCredentials.new and Aws::AssumeRoleWebIdentityCredentials.new expect a hash argument, not kwargs. Tests for them were wrong, not the implementation.
Aws::AssumeRoleCredentials.new
Aws::AssumeRoleWebIdentityCredentials.new
https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AssumeRoleCredentials.html#initialize-instance_method https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AssumeRoleWebIdentityCredentials.html#initialize-instance_metho
Signed-off-by: Takuro Ashie ashie@clear-code.com
Sorry for that...
Aws::AssumeRoleCredentials.new
andAws::AssumeRoleWebIdentityCredentials.new
expect a hash argument, not kwargs. Tests for them were wrong, not the implementation.https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AssumeRoleCredentials.html#initialize-instance_method https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AssumeRoleWebIdentityCredentials.html#initialize-instance_metho
Signed-off-by: Takuro Ashie ashie@clear-code.com