Description Usage Arguments Details See Also Examples
Identify the full path to source credential/config files
1 2 | genCredentialFilePath(prefix = NULL, credentialFileName = "credentials",
configFileName = "config")
|
prefix |
(string) the path to where credential/config files are stored |
credentialFileName |
(string) the arg name pretty much says it |
configFileName |
(string) the arg name pretty much says it |
If no prefix is provided, attempts to identify the default path given the OS detacted. The default parameters should be sufficient unless you have customized the credential/config files. It is assumed your credentials file follows the guidelines at: [AWS CLI Configuration and Credential Files'](https://docs.aws.amazon.com/cli/latest/userguide/cli-config-files.html)
Other credential management functions: AWSRootCredentials
,
AWSTemporaryCredentials
,
RcurlAWS
,
credsFromInstanceMetadata
,
getCredentials
, getProfiles
,
getSTSCredentials
,
parseCredentialFile
,
stsGenContentString
,
tempCredentialHandler
1 2 3 4 5 | genCredentialFilePath(
prefix = '/path/to/files',
credentialFileName = 'specialNameCredentials',
configFileName = 'specialNameConfig'
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.