tests/testthat.R

library("testthat")
library("aws.s3")

op <- options(verbose = TRUE)

if (Sys.getenv("TRAVIS_AWS_ACCESS_KEY_ID") != "") {
    #test_check("aws.s3", filter = "authenticated")
}

test_check("aws.s3", filter = "public")

options(op)

Try the aws.s3 package in your browser

Any scripts or data that you put into this service are public.

aws.s3 documentation built on April 14, 2020, 5:15 p.m.