s3_file_upload
upload files to AWS S3
s3_dir_upload
upload directory to AWS S3
s3_file_upload(
path,
new_path,
max_batch = fs_bytes("100MB"),
overwrite = FALSE,
...
)
s3_dir_upload(path, new_path, max_batch, overwrite = FALSE, ...)
(character): A character vector of local file paths to upload to AWS S3
(character): A character vector of AWS S3 paths or uri's of the new locations.
(fs_bytes): Maximum batch size being uploaded with each multipart.
(logical): Overwrite files if the exist. If this is FALSE
and the file exists an error will be thrown.
parameters to be passed to s3_put_object
and s3_create_multipart_upload
character vector of s3 uri paths