getCredentials: getCredentials

Description Usage Arguments Details See Also

Description

Worker function to find credentials in multiple search locations.

Usage

1
2
3
getCredentials(AWS_ACCESS_KEY_ID = NULL, AWS_SECRET_ACCESS_KEY = NULL,
  profileName = NULL, credentialPrefix = NULL, credentialFileName = NULL,
  configFileName = NULL)

Arguments

AWS_ACCESS_KEY_ID

Your AWS root account access id

AWS_SECRET_ACCESS_KEY

Your AWS root account secret key

profileName

Name of the profile you wish to invoke 'defualt' is used unless otherwise explicitly declared

sourceFile

Location of credentials file ex. ~/.aws/.credential

.silent

Doesn't do anything but is reserved to warning suppression or verbosity setting

Details

The initializer function of AWSRootCredentials object.

See Also

Other credential management functions: AWSRootCredentials, AWSTemporaryCredentials, RcurlAWS, credsFromInstanceMetadata, genCredentialFilePath, getProfiles, getSTSCredentials, parseCredentialFile, stsGenContentString, tempCredentialHandler


AlonzoBarnett/RcurlAWS documentation built on May 15, 2019, 10:47 a.m.