When I run the tests locally, I see a failure at the line below. The tests pass if I add :region "us-east-1" to the client map. I am not super familiar with the library, so my apologies if this is due to dev misconfiguration.
|
(let [client (aws/client {:api :s3}) |
When I run the tests locally, I see a failure at the line below. The tests pass if I add
:region "us-east-1"to the client map. I am not super familiar with the library, so my apologies if this is due to dev misconfiguration.aws-api/test/src/cognitect/aws/api_test.clj
Line 17 in 5900e35