| upload_async | R Documentation |
s3_file_upload upload files to AWS S3
s3_dir_upload upload directory to AWS S3
s3_file_upload_async(
path,
new_path,
max_batch = fs_bytes("100MB"),
overwrite = FALSE,
...
)
s3_dir_upload_async(path, new_path, max_batch, overwrite = FALSE, ...)
path |
(character): A character vector of local file paths to upload to AWS S3 |
new_path |
(character): A character vector of AWS S3 paths or uri's of the new locations. |
max_batch |
(fs_bytes): Maximum batch size being uploaded with each multipart. |
overwrite |
(logical): Overwrite files if the exist. If this is |
... |
parameters to be passed to |
return future object of s3_file_upload() s3_dir_upload()
future s3_file_move() s3_file_upload() s3_dir_upload()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.