[ 
https://issues.apache.org/jira/browse/NIFI-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15120481#comment-15120481
 ] 

ASF GitHub Bot commented on NIFI-1107:
--------------------------------------

GitHub user jskora opened a pull request:

    https://github.com/apache/nifi/pull/192

    NIFI-1107 Multipart Uploads

    Re-integrate Multipart Upload changes into PutS3Object.
    1. add Multipart upload logic to allow resuming an upload after 
process/instance restart,
    2. add local state management to track the part uploaded for a flowfile,
    3. add configurable AWS S3 state management to abort orphaned uploads, and
    4. adapt to IT test naming.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jskora/nifi NIFI-1107-tkurc-squash

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/192.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #192
    
----
commit 0fa0a31a8a40d4417dcb99359a6f0e9941db32ae
Author: Joe Skora <[email protected]>
Date:   2016-01-21T19:42:52Z

    Re-integrate Multipart Upload changes into PutS3Object.
    1. add Multipart upload logic to allow resuming an upload after 
process/instance restart,
    2. add local state management to track the part uploaded for a flowfile,
    3. add configurable AWS S3 state management to abort orphaned uploads, and
    4. adapt to IT test naming.

----


> Create new PutS3ObjectMultipart processor
> -----------------------------------------
>
>                 Key: NIFI-1107
>                 URL: https://issues.apache.org/jira/browse/NIFI-1107
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Joe Skora
>            Assignee: Joe Skora
>              Labels: s3
>             Fix For: 0.5.0
>
>
> 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)

Reply via email to