Move files to another location on AWS S3
s3_file_move_async(
path,
new_path,
max_batch = 100 * MB,
overwrite = FALSE,
...
)
(character): A character vector of s3 uri
(character): A character vector of s3 uri.
(numeric): 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_copy_object
return future
object of s3_file_move()