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
We currently supports both v2 and v3 of aws-sdk to interact with Sigv4 enabled domain with 2 different ways to load up these dependencies, which resulted in 4 different tests cases that we will need to setup 4 different Node envs for:
AwsSigv4Signer with aws-v2
AwsSigv4Signer with aws-v3
AwsSigv4SignerV3 with aws-v3
AwsSigv4SignerV3 without aws-v3
The text was updated successfully, but these errors were encountered:
Coming from #758
We currently supports both v2 and v3 of
aws-sdk
to interact with Sigv4 enabled domain with 2 different ways to load up these dependencies, which resulted in 4 different tests cases that we will need to setup 4 different Node envs for:The text was updated successfully, but these errors were encountered: