R/import_s3objects.R
s3_upload.Rd
Upload file to S3 Bucket
s3_upload( filepath, bucket, prefix = NULL, object = NULL, access_key, secret_key, ... )
Source file path
S3 backet name
S3 Prefix (folder structure). Default set to NULL
Destination S3 object name (with file extention)
S3 Access Key
S3 Secret Key
Additional aws.S3::put_object() options
boolean
if (FALSE) { # \dontrun{ filepath %>% s3_upload(bucket = "test-bkt")} # }