seahen / maven-s3-wagon

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

Support IAM roles for service accounts to access the S3 bucket #20

Closed vavvolo closed 3 years ago

vavvolo commented 3 years ago

The new AWS SDK adds support for IAM roles for service accounts as auth mechanism. This is useful if you have workloads running in an EKS cluster and you don't want to assign permissions to the EC2 instances or manage AWS API keys/secrets.

devendra-dh commented 3 years ago

@seahen PR is waiting for your review, also it would be nice if it can be released

seahen commented 3 years ago

Released in https://github.com/seahen/maven-s3-wagon/releases/tag/maven-s3-wagon-1.3.3 @devendra-dh

devendra-dh commented 3 years ago

works 👍