Is there a way to use a JAR in a S3 bucket as a dependency in deps.edn?
I cannot remember the specifics of how we did it for Clojure, but this article shows you how to set that up for Java and when I did it a few years back we were using tools/deps: https://octopus.com/blog/hosting-maven-in-s3
(Sorry I can't be of more specific help in this case, but hopefully...)
Yes, hosting a maven repo in s3 is the main way. No support for just a bare jar in s3 otherwise
Thanks!