client: client

Description Usage Arguments Details

View source: R/client.R

Description

Client Level Access to AWS Services

Usage

1
2
3
4
5
6
client(
  service = NULL,
  key_access = Sys.getenv("AWS_ACCESS"),
  key_secret = Sys.getenv("AWS_SECRET"),
  region = Sys.getenv("AWS_REGION")
)

Arguments

service

NULL An AWS Service like 'ec2' or 's3'

key_access

NULL Your AWS ACCESS Key

key_secret

NULL Your AWS Secret Key

region

NULL Your preferred AWS Region, mine is us-east-2

Details

Access an AWS Client Service


fdrennan/biggr2 documentation built on March 6, 2021, 7:13 a.m.