Created
May 19, 2025 16:10
-
-
Save Segmentational/c3e826f69017b4ded5e6a68dec632258 to your computer and use it in GitHub Desktop.
Unset AWS Environment Variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function unset-aws-environment-variables() { | |
unset AWS_ACCESS_KEY_ID | |
unset AWS_SECRET_ACCESS_KEY | |
unset AWS_SESSION_TOKEN | |
unset AWS_PROFILE | |
unset AWS_DEFAULT_PROFILE | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment