Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-js-v3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 09316af9e96372b69370fdcd74091fc20ea73f14
Choose a base ref
..
head repository: aws/aws-sdk-js-v3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 655ddbaeaf5cd9a4e9c2f8a0be656de846d2b39b
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −1 packages/signature-v4-multi-region/src/SignatureV4MultiRegion.ts
Original file line number Diff line number Diff line change
@@ -103,7 +103,9 @@ export class SignatureV4MultiRegion implements RequestPresigner, RequestSigner {
} else {
throw new Error(
"Available SigV4a implementation is not a valid constructor. " +
"Please ensure you've properly imported @aws-sdk/signature-v4-crt or @smithy/signature-v4a."
"Please ensure you've properly imported @aws-sdk/signature-v4-crt or @smithy/signature-v4a." +
"For more information please go to " +
"https://github.com/aws/aws-sdk-js-v3#functionality-requiring-aws-common-runtime-crt"
);
}
} else {