We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When using a profile that has an access-key-id and secret-access-key.
Steps to reproduce the behavior:
aws_access_key_id
aws_secret_access_key
awsudo --profile my_credentials_profile aws s3 ls
When using awsudo with the --profile switch, I should be able to use a profile with credentials that override my environments crednetials.
--profile
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using a profile that has an access-key-id and secret-access-key.
Steps to reproduce
Steps to reproduce the behavior:
aws_access_key_id
andaws_secret_access_key
awsudo --profile my_credentials_profile aws s3 ls
Expected behavior
When using awsudo with the
--profile
switch, I should be able to use a profile with credentials that override my environments crednetials.Screenshots
N/A
Environment (anything that would help us investigate the bug)
The text was updated successfully, but these errors were encountered: