View source: R/connections_s3.R
| storage_test | R Documentation |
Validates that S3/storage credentials and bucket access are working.
storage_test(connection = NULL)
connection |
Character or NULL. Connection name, or NULL for default. |
Logical. TRUE if connection is valid.
if (FALSE) {
# Test default storage connection
storage_test()
# Test specific connection
storage_test("my_s3_backup")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.