setCredentials: AWS Support Function: set up credentials

Description Usage Arguments Author(s)

View source: R/awsFunctions.R

Description

sets up the credentials needed to access AWS and optionally sets environment variables for auto loading of credentials in the future

Usage

1
2
setCredentials(awsAccessKeyText, awsSecretKeyText,
  setEnvironmentVariables = TRUE)

Arguments

awsAccessKeyText

your AWS Access Key as a string

awsSecretKeyText

your AWS Secret Key as a string

setEnvironmentVariables

T/F would you like environment variables to be set so Segue will read the credentials on load

Author(s)

James "JD" Long


zachmayer/segue2 documentation built on May 4, 2019, 9:07 p.m.