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.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to