Skip to content

Commit

Permalink
Update packages/core/src/submodules/httpAuthSchemes/aws_sdk/resolveAw…
Browse files Browse the repository at this point in the history
…sSdkSigV4Config.ts

Co-authored-by: Trivikram Kamat <[email protected]>
  • Loading branch information
kuhe and trivikr committed Dec 12, 2024
1 parent ba15c99 commit c2a9541
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ export const resolveAwsSdkSigV4Config = <T>(
}
}

const boundCredentialsProvider = async () => {
return credentialsProvider!({ callerClientConfig: config });
};
const boundCredentialsProvider = async () => credentialsProvider!({ callerClientConfig: config });

// Populate sigv4 arguments
const {
Expand Down

0 comments on commit c2a9541

Please sign in to comment.