Closed evdokim closed 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
Good point. I'll take a look a bit later.
I think it is a good idea to add support for credentials providers to sbt-s3-resolver. It will simplify to usage AIM credentials:
or
It has been already implemented in aws-scala-tools, so it is quite easy to add this providers to ivyy and sbt resolvers