Learn R Programming

paws.common (version 0.8.2)

locate_credentials: Locate AWS credentials

Description

Locate AWS credentials

Usage

locate_credentials(profile = "", anonymous = FALSE)

Value

list containing AWS credentials

  • access_key_id - (character) AWS access key ID

  • secret_access_key - (character) AWS secret access key

  • session_token - (character) AWS temporary session token

  • access_token - (character) A token that gives a user permission to access certain resources

  • expiration - (numeric) Indicates the Unix time when an access token will expire.

  • region - (character) The AWS Region used in instantiating the client.

Arguments

profile

The name of a profile to use. If not given, then the default profile is used.

anonymous

Set anonymous credentials.