All forms of SigningParams now take an Identity instead of Credentials
#868
Velfi
announced in
Change Log
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All versions of
SigningParamshave been updated to contain anIdentityas opposed to AWS credentials in
&strform. If your code broke as a result of this change, the fix is easy: Instead of passing credentials directlyto a signing function, wrap them in an
Identityfirst:Beta Was this translation helpful? Give feedback.
All reactions