jcaddel / maven-s3-wagon

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

Support STSAssumeRoleSessionCredentialsProvider #34

Open avernonquantify opened 6 years ago

avernonquantify commented 6 years ago

Where the user credentials are defined within one account and a cross account role provides the permissions to write to the S3 bucket there is a need to use the STSAssumeRoleSessionCredentialsProvider.

This issue would relate to supporting ~/.aws/credentials.

dukejansen commented 6 years ago

Indeed, just using the same chained provider that AWS Java SDK uses under the covers would be very helpful here.

lareeth commented 6 years ago

This pull request https://github.com/jcaddel/maven-s3-wagon/pull/33 fixes this issue, however we need Jeff to accept

CC @jcaddel @jeffcaddel

avernonquantify commented 6 years ago

Any update?

avernonquantify commented 5 years ago

Nearly a year later... Any update?