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
SigningParams
have been updated to contain anIdentity
as opposed to AWS credentials in
&str
form. 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
Identity
first:Beta Was this translation helpful? Give feedback.
All reactions