nextflow-io / nextflow-s3fs

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

Implement S3 multipart parallel upload protocol #1

Closed pditommaso closed 8 years ago

pditommaso commented 8 years ago

The largest object that can be uploaded in a single PUT is 5 gigabytes.

The client needs to implement the S3 multipart upload protocol to allow files bigger than 5GB to be stored in the S3 storage.