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
In the JS SDK, is there a way to force fromIni credentials to refresh while using the default provider chain?
Use case: in a long running application, Customer tries an action, gets "credentials expired" response, does something to update them (credentials_process, aws configure), and then tries again. Or maybe they change their region. Currently, fromIni will have cached the original files. How do I get the shared file credentials to refresh so I can retry the operation?
The text was updated successfully, but these errors were encountered:
In the JS SDK, is there a way to force fromIni credentials to refresh while using the default provider chain?
Use case: in a long running application, Customer tries an action, gets "credentials expired" response, does something to update them (credentials_process, aws configure), and then tries again. Or maybe they change their region. Currently, fromIni will have cached the original files. How do I get the shared file credentials to refresh so I can retry the operation?
The text was updated successfully, but these errors were encountered: