jcaddel / maven-s3-wagon

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

update aws-java-sdk and DefaultAWSCredentialsProviderChain #39

Open jeugene opened 6 years ago

jeugene commented 6 years ago

Fixing #38 Can someone merge and release? Thanks

Sandeepgonthkar commented 6 years ago

@jcaddel can you please merge this. current code does not work with AWS code build as "EC2ContainerCredentialsProviderWrapper" is missing. DefaultAWSCredentialsProviderChain will include all required providechain.

jeugene commented 6 years ago

@jcaddel Is this codebase not maintained anymore?

jeugene commented 6 years ago

@Sandeepgonthkar There is another code fork called platform or similar where they fixed. That code works with ec2 container

jeugene commented 6 years ago

This fork works https://github.com/platform-team/aws-maven

Sandeepgonthkar commented 6 years ago

Thanks @jeugene