lein-essthree
lein-essthree copied to clipboard
Leiningen plugin for easy S3 project deployment and dependency resolution
Not sure if this library is still being maintained? I've made a few adjustments to get this working as it seems out of date. My changes will certainly need someone...
Using the `lein-ring` plugin and adding uberwar support would be a big plus.
My org doesn't generally deploy snapshot artifacts, and I'd just as soon have essthree not try to check for them. I've got this in my project.clj: ```clojure :essthree {:repository {:bucket...
This project works fine with permanent credentials provided in env vars, but when I use aws-vault to supply temporary credentials generated by STS it fails: `~/src/banks[lein-essthree]$ aws-vault exec spark --...
Given credentials stored in ~/.aws/credentials (validated by cli access), I'm getting ``` Could not transfer artifact...(snip)...: Unable to load AWS credentials from any provider in the chain This could be...