s3_config: Create or overwrite an S3 configuration file

Description Usage Arguments

View source: R/s3.R

Description

It is assumed that the bucket corresponds 1:1 with the local project directory structure, so all object keys will be the same as the local file path from the root of the project directory.

Usage

1
2
3
4
5
s3_config(
  bucket,
  profile = "default",
  config_file = getOption("scipiper.s3_config_file")
)

Arguments

bucket

character name of an S3 bucket

profile

character name of an S3 profile to use

config_file

character name of the yml file where this configuration information should be written


aappling-usgs/scipiper documentation built on Aug. 1, 2020, 3:11 p.m.