File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 4848done
4949unset LINE
5050
51+ # AWS Configure
52+ aws configure set aws_access_key_id " $AWS_ACCESS_KEY_ID "
53+ aws configure set aws_secret_access_key " $AWS_SECRET_ACCESS_KEY "
54+ aws configure set default.region " $DEFAULT_REGION "
55+ aws configure set default.output json
56+
5157# set REGION
5258echo " Supported regions"
5359echo " -------------------"
@@ -61,10 +67,7 @@ if [ -z "$REGION" ]; then
6167 REGION=$DEFAULT_REGION
6268fi
6369
64- # AWS Configure
65- aws configure set aws_access_key_id " $AWS_ACCESS_KEY_ID "
66- aws configure set aws_secret_access_key " $AWS_SECRET_ACCESS_KEY "
67- aws configure set default.region " $DEFAULT_REGION "
68- aws configure set default.output json
70+ # Set region
71+ aws configure set default.region " $REGION "
6972
7073exit 0
You can’t perform that action at this time.
0 commit comments