set_s3keys: Store S3 Credentials

View source: R/load_secrets.R

set_s3keysR Documentation

Store S3 Credentials

Description

'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'.

Usage

set_s3keys(access, secret)

Arguments

access

S3 Account Access Key

secret

S3 Account Secret Key

Value

stored access key

See Also

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()

Examples

## Not run: 
set_s3access("ABDCEDFF", "MLIZD998SD") 
## End(Not run)


USAID-OHA-SI/glamr documentation built on July 6, 2024, 6:39 a.m.