seahen / maven-s3-wagon

A Maven Wagon provider for accessing Amazon's Simple Storage Service (S3)
Other
44 stars 25 forks source link

Cherry pick additional features #1

Closed seahen closed 6 years ago

seahen commented 6 years ago

Incorporated features from outstanding pull requests on original project, including some by @mdedetrich

Removed setting of ACL to "Public" as a default. This isn't desired behaviour for private repos Add support for reading AWS credentials from ~/.aws/credentials Add support for Amazon EC2 Container Service Depend only on aws-java-sdk-s3 instead of entire SDK. Fix travis to work in trusty.

seahen commented 6 years ago

This should resolve the issues corresponding to jcaddel/maven-s3-wagon#19 and jcaddel/maven-s3-wagon#32 and incorporates most of what jcaddel/maven-s3-wagon#18, jcaddel/maven-s3-wagon#22, and jcaddel/maven-s3-wagon#33 intended.

I'm not planning on porting over the rest of the jcaddel PRs, but the original authors are welcome to and I'll merge ones that work. Now that this project is in maven central I'm going to actually use it.