`set_s3keys` stores your s3 keys using the `keyring` package. This will only need to done once. After running `set_s3keys(access, secret)`, RStudio API which will then store the keys in your OS credential store using `keyring`.

set_s3keys(access, secret)

Arguments

access

S3 Account Access Key

secret

S3 Account Secret Key

Value

stored access key

Examples

if (FALSE) { # \dontrun{
set_s3access("ABDCEDFF", "MLIZD998SD") } # }