nextflow-io / nextflow-s3fs

An S3 File System Provider for Java 7 (project archived)
Apache License 2.0
1 stars 10 forks source link

The copy operation should use multipart uploads for files > 5GB #11

Closed pditommaso closed 6 years ago

pditommaso commented 6 years ago

Currently S3FileSystemProvider.copy uses AWS copyObject method which does not allow files bigger than 5GB

It should use the multipart copy feature for such files.