Description Usage Arguments Value Author(s) References
Run most of the commands available in s3cmd.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | s3.mb(bucket, bucket.location = "US", verbose = FALSE,
      debug = FALSE)
s3.rb(bucket, recursive = FALSE, force = FALSE,
      bucket.location = "US", verbose = FALSE, debug = FALSE)
s3.ls(bucket = NULL, bucket.location = "US",
      human.readable.sizes = TRUE,
      list.md5 = FALSE, verbose = FALSE, debug = FALSE)
s3.la(bucket.location = "US", human.readable.sizes = TRUE,
      list.md5 = FALSE, verbose = FALSE, debug = FALSE)
s3.put(x, bucket, bucket.location = "US", verbose = FALSE,
       debug = FALSE, encrypt = FALSE)
s3.get(bucket, bucket.location = "US", verbose = FALSE,
       debug = FALSE)
s3.del(bucket, bucket.location = "US",
       human.readable.sizes = TRUE,list.md5 = FALSE,
       verbose = FALSE, debug = FALSE)
s3.info(bucket, bucket.location = "US",
        human.readable.sizes = TRUE, list.md5 = FALSE,
        verbose = FALSE, debug = FALSE)
s3.du(bucket, bucket.location = "US",
      human.readable.sizes = TRUE, list.md5 = FALSE,
      verbose = FALSE, debug = FALSE)
 | 
| x | an R object to upload. | 
| bucket | S3 bucket | 
| bucket.location | Specify datacentre where to create the bucket. Possible values are US (default) or EU. | 
| human.readable.sizes | Print sizes in human readable form. | 
| list.md5 | Include MD5 sums in bucket listings (only for ls command). | 
| verbose | Enable verbose output. | 
| debug | Enable debug output. | 
| recursive | Recursive upload, download or removal. When used with del it can remove all the files in a bucket. | 
| force | Force overwrite and other dangerous operations. Can be used to remove a non-empty buckets with s3cmd rb –force s3://bkt | 
| encrypt | Use GPG encryption to protect stored objects from unauthorized access. See http://s3tools.org/s3cmd-public for details about encryption. | 
Return value depends on command used. with the exception of get, most commands return as text the reply from the call to the underlying s3cmd.
Whit Armstrong
http://s3tools.org/s3cmd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.