s3_file_move_async: Move or rename S3 files

View source: R/file_system_async.R

s3_file_move_asyncR Documentation

Move or rename S3 files

Description

Move files to another location on AWS S3

Usage

s3_file_move_async(
  path,
  new_path,
  max_batch = 100 * MB,
  overwrite = FALSE,
  ...
)

Arguments

path

(character): A character vector of s3 uri

new_path

(character): A character vector of s3 uri.

max_batch

(numeric): Maximum batch size being uploaded with each multipart.

overwrite

(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

Value

return future object of s3_file_move()

See Also

future s3_file_move()


s3fs documentation built on Sept. 11, 2024, 6:48 p.m.