upload_async {s3fs} | R Documentation |
Upload file and directory
Description
s3_file_upload
upload files to AWS S3
s3_dir_upload
upload directory to AWS S3
Usage
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, ...)
Arguments
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 |
Value
return future
object of s3_file_upload()
s3_dir_upload()
See Also
future
s3_file_move()
s3_file_upload()
s3_dir_upload()
[Package s3fs version 0.1.6 Index]