Copy files between FileSystems
Arguments
- from
A string path to a local directory or file, a URI, or a
SubTreeFileSystem. Files will be copied recursively from this path.- to
A string path to a local directory or file, a URI, or a
SubTreeFileSystem. Directories will be created as necessary- chunk_size
The maximum size of block to read before flushingto the destination file. A larger chunk_size will use more memory whilecopying but may help accommodate high latency FileSystems.