-
Notifications
You must be signed in to change notification settings - Fork 167
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
Add option --profile for a specific profile in the AWS credentials file #151
Labels
Milestone
Comments
Thanks! We'll definitely add this. In the meantime, I'll update the documentation so at least it's clear that you can use the |
This was referenced Apr 11, 2023
jamesbornholt
added a commit
that referenced
this issue
Apr 20, 2023
…uments (#209) * Add supports for AWS profile and unsigned requests. Supports profile and unsigned requests with the following: * Add option --profile for a specific profile in the AWS credentials file #151 * Add support for unsigned requests #181 This commit also includes changes that rust defined signing_config owns a credentials_provider so it can live as long as signing_conig. Signed-off-by: Charles Zhang <zyaoshen@amazon.com> * Add header for no-sign-request help Signed-off-by: James Bornholt <bornholt@amazon.com> --------- Signed-off-by: Charles Zhang <zyaoshen@amazon.com> Signed-off-by: James Bornholt <bornholt@amazon.com> Co-authored-by: Charles Zhang <zyaoshen@amazon.com> Co-authored-by: James Bornholt <bornholt@amazon.com>
Latest version has --profile and work well for me. Thank you. |
sauraank
pushed a commit
to sauraank/mountpoint-s3
that referenced
this issue
Apr 27, 2023
…uments (awslabs#209) * Add supports for AWS profile and unsigned requests. Supports profile and unsigned requests with the following: * Add option --profile for a specific profile in the AWS credentials file awslabs#151 * Add support for unsigned requests awslabs#181 This commit also includes changes that rust defined signing_config owns a credentials_provider so it can live as long as signing_conig. Signed-off-by: Charles Zhang <zyaoshen@amazon.com> * Add header for no-sign-request help Signed-off-by: James Bornholt <bornholt@amazon.com> --------- Signed-off-by: Charles Zhang <zyaoshen@amazon.com> Signed-off-by: James Bornholt <bornholt@amazon.com> Co-authored-by: Charles Zhang <zyaoshen@amazon.com> Co-authored-by: James Bornholt <bornholt@amazon.com> Signed-off-by: sauraank <sauraank@amazon.co.uk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tell us more about this new feature.
It would be nice if we can have an option
--profile
, like in other AWS command-line tools, so that we can choose a specific profile to use from ~/.aws/credentials. Right now it seems the only way to select a different profile is via environment variables, which is also not documented.Current behavior
The text was updated successfully, but these errors were encountered: