nealdct/aws-sap-code

SAP - SECTION 3, LESSON 17 [HOL] Cross-Account Access to S3

andrewlu7 opened this issue · 0 comments

Refers to the LINE20 in 'commands.sh'
_#Configure access key ID, secret access key and session token as environment variables
export AWS_ACCESS_KEY_ID=ASIA4DS6NKKM5KRRCWP6
I found the 'set' cmd works in windows environment.

Refers to the LINE30,
_# Remove environment variables
unset AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN
It prompts: 'unset' is not recognized as an internal or external command, operable program or batch file.
So, what is the DOS cmd for the 'unset'?