Skip to content
forked from lalas/awsConnect

an R package to connect to Amazon Web Services through its CLI

Notifications You must be signed in to change notification settings

hmaeda/awsConnect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awsConnect

Currently, this is a OS X and linux based package only; It isn't tested for windows. For the functions in this package to work correctly:

  • Ensure that AWS has been correctly added to the enviroment variable PATH. See add.aws.path helper function provided part of this package.
  • Ensure that you set up the config file correctly, which is contained in your .aws folder (by default the .aws folder should be set up at ~/.aws). Specifically, in your config file, you must specify the aws_access_key_id; the aws_secret_access_key; and optionally the default region - unless you specify these value by setting the enviroment variables. For more info, see AWS CLI github readmepage

For installation of AWS CLI on windows, the reader should read the following blog post http://keithxm23.blogspot.ca/2013/10/how-to-set-up-aws-command-line.html

About

an R package to connect to Amazon Web Services through its CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%