jcaddel / maven-s3-wagon

Multi-threaded wagon to connect Maven with Amazon S3
123 stars 50 forks source link

Support standard aws credentials chain in ~/.aws #19

Open jkwatson opened 9 years ago

jkwatson commented 9 years ago

One of the very common ways to authenticate with AWS is to use the aws command line tools to set up the contents of ~/.aws to have auth information in them. (The standard java S3 client supports this). It would be great if the s3 wagon also did!

gcobr commented 8 years ago

:+1:

avernonquantify commented 6 years ago

👍