You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Joe Skora (JIRA)" <ji...@apache.org> on 2015/11/04 16:57:27 UTC

[jira] [Created] (NIFI-1107) Create new PutS3ObjectMultipart processor

Joe Skora created NIFI-1107:
-------------------------------

             Summary: Create new PutS3ObjectMultipart processor
                 Key: NIFI-1107
                 URL: https://issues.apache.org/jira/browse/NIFI-1107
             Project: Apache NiFi
          Issue Type: New Feature
          Components: Core Framework
            Reporter: Joe Skora
            Assignee: Joe Skora


A new `PutS3ObjectMultipart` processor using the AWS S3 API to upload files larger than those supported by `PutS3Object` which has a [5GB limit|http://docs.aws.amazon.com/AmazonS3/latest/dev/UploadingObjects.html] limit.

To support S3 compatible endpoints this will also add an `Endpoint Override URL` property to `AbstractAWSProcessor` to set the service [endpoint|http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/AmazonWebServiceClient.html#setEndpoint(java.lang.String)] to override the endpoint URL normally selected based on the the Amazon region.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)