We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba15c99 commit c2a9541Copy full SHA for c2a9541
packages/core/src/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts
@@ -129,9 +129,7 @@ export const resolveAwsSdkSigV4Config = <T>(
129
}
130
131
132
- const boundCredentialsProvider = async () => {
133
- return credentialsProvider!({ callerClientConfig: config });
134
- };
+ const boundCredentialsProvider = async () => credentialsProvider!({ callerClientConfig: config });
135
136
// Populate sigv4 arguments
137
const {
0 commit comments