Skip to content

Instantly share code, notes, and snippets.

@izahn
Last active June 16, 2017 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save izahn/104f2433508ce16f327f53f48fd57934 to your computer and use it in GitHub Desktop.
Save izahn/104f2433508ce16f327f53f48fd57934 to your computer and use it in GitHub Desktop.
print(getwd())
setwd("/home/ubuntu")
install.packages("aws.s3", repos = "https://cran.rstudio.com", lib = .libPaths()[1])
library("aws.s3")
print(bucketlist())
write.csv(bucketlist(), "check.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment