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
This week, we've added AWS Config, EBS, Cognito, and Snowball. Projects that are implementing the ProvideCredentials trait will need to update their imports and should consider using the new async_provide_credentials_fn for async credential use-cases.
To update to the new release, change your tag to v0.0.11-alpha.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This week, we've added AWS Config, EBS, Cognito, and Snowball. Projects that are implementing the
ProvideCredentials
trait will need to update their imports and should consider using the newasync_provide_credentials_fn
for async credential use-cases.To update to the new release, change your tag to
v0.0.11-alpha
.New this Week
ProvideCredentials
andCredentialError
were both moved intoaws_auth::provider
when they were previously inaws_auth
(Handling service errors requires three levels of object nesting #572)model
builders directly as parameters #573)https_only
for others) #579, @landonxjames)async_provide_credentials_fn
(Handling service errors requires three levels of object nesting #572, Error during dispatch: error trying to connect: invalid peer certificate contents: invalid peer certificate: UnknownIssuer #577)Contributions
Thank you for your contributions! ❤️
https_only
for others) #579)This discussion was created from the release July 6th, 2021: AWS Config, EBS, Cognito & Snowball.
Beta Was this translation helpful? Give feedback.
All reactions