soto-core icon indicating copy to clipboard operation
soto-core copied to clipboard

RotatingCredentialProvider: when credential is about to expire, still use credential

Open adam-fowler opened this issue 4 years ago • 0 comments

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.

adam-fowler avatar Jan 12 '21 18:01 adam-fowler