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
The new client behavior is definitely a better default. However, it'd be nice to be able to force a reset/clear of it in situations where the AWS creds have expired, etc. such that you don't have to bother with manually creating http clients. For example, we use temporary SAML-based creds, and over the course of a daylong REPL session they will eventually time out and i have to restart the repl, or manually create a client and pass it around. so something like:
(aws/reset-default-httpclient) ; and existing clients just work; or
(aws/reset-defalt-httpclient)
(defs3 (aws/client {:api:s3}))
Stack traces
N/A
The text was updated successfully, but these errors were encountered:
Dependencies
Enhancement Description
The new client behavior is definitely a better default. However, it'd be nice to be able to force a reset/clear of it in situations where the AWS creds have expired, etc. such that you don't have to bother with manually creating http clients. For example, we use temporary SAML-based creds, and over the course of a daylong REPL session they will eventually time out and i have to restart the repl, or manually create a client and pass it around. so something like:
Stack traces
N/A
The text was updated successfully, but these errors were encountered: