Open bobisjan opened 3 months ago
This is a followup to #190, where accessKeyId and secretAccessKey were moved to the credentials object.
accessKeyId
secretAccessKey
credentials
The optional sessionToken is also part of credentials object in AWS SDK v3.
sessionToken
Fixes The AWS Access Key Id you provided does not exist in our records. error when using session token from STS service.
The AWS Access Key Id you provided does not exist in our records.
@lukemelia 👋, can you please take a look?
This is a followup to #190, where
accessKeyId
andsecretAccessKey
were moved to thecredentials
object.The optional
sessionToken
is also part ofcredentials
object in AWS SDK v3.Fixes
The AWS Access Key Id you provided does not exist in our records.
error when using session token from STS service.