powered by
The function uses Sys.unsetenv() to remove the specified environment variables.
Sys.unsetenv()
edl_unset_s3()
This function unsets the AWS S3-related environment variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_SESSION_TOKEN.
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_SESSION_TOKEN
Sys.unsetenv
if (FALSE) { # interactive() edl_unset_s3() }
Run the code above in your browser using DataLab