spring-attic / aws-maven

Apache License 2.0
214 stars 175 forks source link

Use latest AWS SDK and allow profile credentials #42

Open heroldus opened 8 years ago

heroldus commented 8 years ago

I just updated AWS SDK dependency and allow profile credentials for authentication.

mjallday commented 8 years ago

this looks like it supersedes #38.

:+1: this looks just like what i want. this fixes #28 too.

@spring-buildmaster @nebhale what can we do to help get this merged for the next release?

this shouldn't be a breaking change. the provider chain runs through the providers in order and since the EnvironmentVariableCredentialsProvider comes first if those are set as well as the AWS_PROFILE environment variable it should not change the behavior.

mjallday commented 8 years ago

@spring-buildmaster @spring-issuemaster @nebhale is this project still maintained? this would be a very handy fix to merge in.

huima commented 8 years ago

This is done here: https://github.com/Yleisradio/aws-maven

wrasdf commented 8 years ago

bump

mattjtodd commented 7 years ago

@nebhale is there any possibility of adding some new maintainers for this project? I'd be happy to volunteer to help out.

ddcprg commented 6 years ago

new maintainers would be great! we need an upgrade similar to what's on this branch

mjallday commented 6 years ago

@ddcprg if you’re interested we’re maintaining a fork over at https://github.com/verygoodsecurity/aws-maven/ which has a later version of the aws cli and supports this change already.

ddcprg commented 6 years ago

Thanks @mjallday I'll take a look at your fork