Learn R Programming

earthdatalogin (version 0.0.2)

edl_unset_s3: Unset AWS S3 Environment Variables

Description

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

Usage

edl_unset_s3()

Arguments

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

Run this code
if (FALSE) { # interactive()
edl_unset_s3()
}

Run the code above in your browser using DataLab