Skip to content

Instantly share code, notes, and snippets.

@tonglu
Created January 31, 2014 19:10
Show Gist options
  • Save tonglu/8740928 to your computer and use it in GitHub Desktop.
Save tonglu/8740928 to your computer and use it in GitHub Desktop.
get a list of files stored in s3
system(paste('s3cmd ls ', s3mpi:::s3path(), 'models/*', sep = ''), intern = TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment