0
これは単純な作業のようですが、何とか失敗します.WASクライアントは~/.aws/credentials
で指定された資格情報を表示しません。私はのpython3のawscli-1.11.128
使用していますAWS CLIは〜/ .aws/credentialsを検出しません
[me]
aws_access_key_id=xxxx
aws_secret_access_key=yyyyy
[alter_ego]
aws_access_key_id=xxxxx
aws_secret_access_key=yyyyy
:ファイルは、以下のように見えます。私は(またはsudoをせずに)aws configure list
を実行すると、私は取得しています:
Name Value Type Location
---- ----- ---- --------
profile <not set> None None
access_key <not set> None None
secret_key <not set> None None
region <not set> None None
を私は無駄にAWS_CREDENTIAL_PROFILES_FILE
を設定しようとしました:
export AWS_CREDENTIAL_PROFILES_FILE=~/.aws/credentials
間違っている可能性がありますか?