Fork me on GitHub
#aws
<
2022-12-11
>
Jacob Emcken22:12:42

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.

lukasz22:12:59

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?