Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 333 Bytes

RS3 is a interface to S3 using libs3. Using RS3 you can do many tasks including:

  • Create/delete a bucket
  • upload/download a file
  • set-acl on bucket
  • get/set-logging on bucket

Installing on Linux

Make sure that libxml2-dev and libcurl3-dev is installed

In R, install devtools and run install_github.com("RS3", "Gastrograph")