`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)
stored access key
Other authentication:
datim_pwd()
,
datim_user()
,
get_account()
,
get_key()
,
get_keys()
,
get_s3key()
,
get_services()
,
load_secrets()
,
pano_pwd()
,
pano_user()
,
pdap_access()
,
pdap_bucket()
,
pdap_secret()
,
set_account()
,
set_datim()
,
set_email()
,
set_key()
,
set_pano()
if (FALSE) { # \dontrun{
set_s3access("ABDCEDFF", "MLIZD998SD") } # }