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.
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?