We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refresh_lead_time
main
The ExAws.Config.AuthCache module configures the refresh_lead_time as an attribute, preventing users from modifying it
ExAws.Config.AuthCache
Users can configure the token refresh leeway
An option like this is exposed in the official aws rust sdk as buffer_time
buffer_time
https://docs.rs/aws-config/latest/aws_config/identity/struct.LazyCacheBuilder.html#method.buffer_time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
main
branch(8020fa1)Current behavior
The
ExAws.Config.AuthCache
module configures therefresh_lead_time
as an attribute, preventing users from modifying itExpected behavior
Users can configure the token refresh leeway
Additional Notes
An option like this is exposed in the official aws rust sdk as
buffer_time
https://docs.rs/aws-config/latest/aws_config/identity/struct.LazyCacheBuilder.html#method.buffer_time
The text was updated successfully, but these errors were encountered: