ohnosequences / sbt-s3-resolver

:cloud:Amazon S3-based resolver for sbt
GNU Affero General Public License v3.0
117 stars 29 forks source link

add support for AWSCredentialsProvider #20

Closed evdokim closed 10 years ago

evdokim commented 10 years ago

I think it is a good idea to add support for credentials providers to sbt-s3-resolver. It will simplify to usage AIM credentials:

s3credentials := new com.amazonaws.auth.InstanceProfileCredentialsProvider()

or

s3credentials := new com.amazonaws.auth.EnvironmentVariableCredentialsProvider()

It has been already implemented in aws-scala-tools, so it is quite easy to add this providers to ivyy and sbt resolvers

laughedelic commented 10 years ago

Good point. I'll take a look a bit later.