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 latest version although the client re-uses the http-client by default it returns a new object every time for (aws/client {:api :s3}) then (aws/validate-requests s3 true) pins the client forever here:
In the latest version although the client re-uses the http-client by default it returns a new object every time for
(aws/client {:api :s3})
then(aws/validate-requests s3 true)
pins the client forever here:https://github.com/cognitect-labs/aws-api/blob/master/src/cognitect/aws/client/api/async.clj#L17
The text was updated successfully, but these errors were encountered: