s3_config: Create or overwrite an S3 configuration file

View source: R/s3.R

s3_configR Documentation

Create or overwrite an S3 configuration file

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

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


USGS-R/scipiper documentation built on May 25, 2023, 8:47 a.m.