-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Core
-
Tags:
The current S3 connector uploads files to S3 using the AmazonS3.putObject API, which uses the basic S3 upload mechanism and is limited to 5 GB.
To go beyond, we must use the multipart upload API, which is exposed in Java but requires to be careful about cleanups in case of aborts. See http://docs.aws.amazon.com/AmazonS3/latest/dev/HLuploadFileJava.html