mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
aws: get and set session token if available (#9397)
This commit is contained in:
@@ -61,7 +61,7 @@ function asp() {
|
||||
else
|
||||
aws_access_key_id="$(aws configure get aws_access_key_id --profile $1)"
|
||||
aws_secret_access_key="$(aws configure get aws_secret_access_key --profile $1)"
|
||||
aws_session_token=""
|
||||
aws_session_token="$(aws configure get aws_session_token --profile $1)"
|
||||
fi
|
||||
|
||||
export AWS_DEFAULT_PROFILE=$1
|
||||
|
||||
Reference in New Issue
Block a user