Nothing
svc <- paws::s3outposts()
test_that("list_endpoints", {
expect_error(svc$list_endpoints(), NA)
})
test_that("list_endpoints", {
expect_error(svc$list_endpoints(MaxResults = 20), NA)
})
test_that("list_outposts_with_s3", {
expect_error(svc$list_outposts_with_s3(), NA)
})
test_that("list_outposts_with_s3", {
expect_error(svc$list_outposts_with_s3(MaxResults = 20), NA)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.