We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e0e63 commit 8b29090Copy full SHA for 8b29090
.vscode/.zshrc
@@ -71,7 +71,7 @@ aws_sts_env () {
71
then
72
echo "Usage: $0 \`json\`"
73
echo "Example: export cred=\`aws sts assume-role --role-arn xxxx --role-session-name xxxx|jq ".Credentials"\`"
74
- echo "aws_sts_env \$cred"
+ echo " aws_sts_env \$cred"
75
return
76
fi
77
export AWS_ACCESS_KEY_ID=`echo $1|jq -r '.AccessKeyId' `
0 commit comments