Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added support for auth profiles defined in ~/.aws/credentials file #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adamcin
Copy link

@adamcin adamcin commented Jan 22, 2015

Now, after checking the auth info from settings.xml, the provider chain will then check for credentials in 2 new ways before trying the IAM instance profile:

  1. use the source repository id to look up a specific AWS profile from ~/.aws/credentials (created using the cli command aws configure).
  2. look for a profile in the same manner as above, using the value of the AWS_PROFILE environment variable if it is set, or otherwise look for a profile named default.

I upgraded the AWS SDK dependencies to the latest version (1.9.16) in order enable this support

georgiou added a commit to georgiou/maven-s3-wagon that referenced this pull request Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant