Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added credentials providers support #21

Merged
merged 5 commits into from
Mar 19, 2014
Merged

Conversation

evdokim
Copy link
Contributor

@evdokim evdokim commented Mar 19, 2014

close #20
This code add support for aws credentials resolver. I tested it on https://github.com/ohnosequences/sbt-s3-resolver/tree/credential-providers/src/test/resources/test-a and it workr.

It seams that it will break nice-sbt-setting, because I changed constructor arguments for S3Resolver, but it seams that recent changes of sbt-s3-resolver anyway broke it, so it is not critical.

evdokim and others added 5 commits March 19, 2014 13:13
* Removed `s3credentialsFile`;
* Removed `s3credentialsProvider`;
* Changed type of `s3credentials` to `AWSCredentialsProvider`;
* Added implicit convertions and a method to combine credentials providers;
@laughedelic laughedelic merged commit 0dcb749 into master Mar 19, 2014
@laughedelic laughedelic deleted the credential-providers branch March 19, 2014 15:19
@laughedelic
Copy link
Contributor

I've released v0.10.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

add support for AWSCredentialsProvider
2 participants