elasticsearch-knapsack
elasticsearch-knapsack copied to clipboard
S3 export doesn't support files over 5GB in size
S3 supports objects over 5GB in size with the multipart upload capability. Also seems to support streaming with the 'high level' api: http://docs.aws.amazon.com/AmazonS3/latest/dev/HLuploadFileJava.html
Thanks, I will add multipart file upload to S3 in a future release.