| download_async {s3fs} | R Documentation |
Download files and directories
Description
s3_file_download downloads AWS S3 files to local
s3_file_download downloads AWS s3 directory to local
Usage
s3_file_download_async(path, new_path, overwrite = FALSE, ...)
s3_dir_download_async(path, new_path, overwrite = FALSE, ...)
Arguments
path |
(character): A character vector of paths or uris |
new_path |
(character): A character vector of paths to the new locations. |
overwrite |
(logical): Overwrite files if the exist. If this is |
... |
parameters to be passed to |
Value
return future object of s3_file_download() s3_dir_download()
See Also
future s3_file_download() s3_dir_download()
[Package s3fs version 0.1.6 Index]