Skip to contents

The function uses Sys.unsetenv() to remove the specified environment variables.

Usage

edl_unset_s3()

Details

This function unsets the AWS S3-related environment variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_SESSION_TOKEN.

See also

Examples

if (FALSE) { # interactive()
edl_unset_s3()
}