s3_confirm_posted: Check whether a file is on S3, and if so, write an indicator...

View source: R/s3.R

s3_confirm_postedR Documentation

Check whether a file is on S3, and if so, write an indicator file

Description

Check whether a file is on S3, and if so, write an indicator file

Usage

s3_confirm_posted(
  ind_file,
  config_file = getOption("scipiper.s3_config_file"),
  ind_ext = getOption("scipiper.ind_ext")
)

Arguments

ind_file

character name of the indicator file to write locally once the file has been uploaded

config_file

character name of the yml file containing project-specific configuration information

ind_ext

the indicator file extension to expect at the end of ind_file


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