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? 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
If this case is urgent, please subscribe to Subnet so that our 24/7 support team may help you faster.
minio-go reads credential_process from ~/.aws/config, like what the official AWS cli does: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html
credential_process
~/.aws/config
minio-go reads credential_process from ~/.aws/credentials, not ~/.aws/config. See #1716.
~/.aws/credentials
Read ~/.aws/config for credential_process
As mebtioned above, I'd like to use restic with credential_process
Not a regression
minio --version
uname -a
Linux archlinux 5.15.89-1-lts #1 SMP Wed, 18 Jan 2023 11:24:46 +0000 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Feel free to send a fix, we should support both files.
Sorry, something went wrong.
Praveenrajmani
No branches or pull requests
NOTE
If this case is urgent, please subscribe to Subnet so that our 24/7 support team may help you faster.
Expected Behavior
minio-go reads
credential_process
from~/.aws/config
, like what the official AWS cli does: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.htmlCurrent Behavior
minio-go reads
credential_process
from~/.aws/credentials
, not~/.aws/config
. See #1716.Possible Solution
Read
~/.aws/config
forcredential_process
Steps to Reproduce (for bugs)
credential_process
following AWS docsContext
As mebtioned above, I'd like to use restic with
credential_process
Regression
Not a regression
Your Environment
minio --version
): minio-go 7.0.46https://github.com/restic/restic/blob/v0.15.0/go.mod#L17
uname -a
):The text was updated successfully, but these errors were encountered: