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
Currently when a credential is about to expire in RotatingCredentialProvider it calls refreshCredentials which returns a EventLoopFuture which is fulfilled with the new credentials. As current credentials are still valid we should just return them.
The text was updated successfully, but these errors were encountered:
Currently when a credential is about to expire in
RotatingCredentialProvider
it callsrefreshCredentials
which returns aEventLoopFuture
which is fulfilled with the new credentials. As current credentials are still valid we should just return them.The text was updated successfully, but these errors were encountered: