Open brabster opened 8 years ago
In https://github.com/dparis/lein-essthree/blob/develop/src/lein_essthree/repository.clj
If I read it correctly, the credentials are provided to the wagon via:
(merge repo-data
{:username username
:password password})
So this wagon requires these two parameters specified in this manner? I don't know how we can make it work with local credentials if this is the case, without changing the wagon itself
Given credentials stored in ~/.aws/credentials (validated by cli access), I'm getting
When I try an pull an artifact from s3 via a repository configuration. I think this is the underlying wagon not using the credentials.