aws

Jacob Emcken 2022-12-11T22:32:42.042899Z

Why is declaring com.cognitect.aws/endpoints as a dependency mandatory when I provide a :endpoint-override anyway for my s3 client? Not a big deal, but I am curious after getting: clojure.lang.ExceptionInfo: Cannot find resource cognitect/aws/endpoints.edn and wondering why it is required.

lukasz 2022-12-11T22:59:59.680349Z

Can't answer your question directly, but what happens if you create an empty aws/endpoints.edn somewhere in the classpath and exclude the endpoints jar?