Rs3cmd is an R package for reading/writing to Amazon S3.
library(Rs3cmd)
x <- rnorm(100)
s3.put(x,"s3://prod/my.rands.rds")
x.s3 <- s3.get("s3://prod/my.rands.rds")
stopifnot(all.equal(x,x.s3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.