Skip to content
Snippets Groups Projects
Commit a7894a9a authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Clear additional environment variables

parent c46a321f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,3 +21,6 @@ def clear_environment():
os.environ.pop('AWS_CONFIG_FILE', None)
os.environ.pop('AWS_SHARED_CREDENTIALS_FILE', None)
os.environ.pop('AWS_DEFAULT_PROFILE', None)
os.environ.pop('AWS_ACCESS_KEY_ID', None)
os.environ.pop('AWS_SECRET_ACCESS_KEY', None)
os.environ.pop('AWS_DEFAULT_REGION', None)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment