GitHub user jskora opened a pull request:
https://github.com/apache/nifi/pull/121
NIFI-1107 - Create new PutS3ObjectMultipart processor
Changes to create new PutS3ObjectMultipart processor. This includes
extending other S3 processor classes to support SSL connection service, enable
new ENDPOINT_OVERRIDE property, and update processor reference annotations.
* Add nifi-ssl-context-service-api dependency to nifi-aws-processors.
* Add nifi-ssl-context-service-nar to nifi-aws-nar.
* Add PutS3ObjectMultipart to
META-INF/services/org.apache.nifi.processor.Processors.
* New class PutS3ObjectMultipart.java and test
TestPutS3ObjectMultipart.java.
* Add ENDPOINT_OVERRIDE to allow use of S3 processors with S3
compatible services in addition to Amazon.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jskora/nifi NIFI-1107
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/121.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 #121
----
commit b4a054c10be315b82794523afe27d9a1d2b65dfb
Author: Joe Skora <[email protected]>
Date: 2015-10-30T02:48:17Z
Merge pull request #1 from apache/master
merge apache/nifi changes
commit 2f7c0fcc102f83957141cffea5fa095ebbf6a601
Author: Joe Skora <[email protected]>
Date: 2015-11-04T04:48:34Z
Merge branch 'master' of https://github.com/apache/nifi
commit 4c1cee19f749bcba1511dc908b72544f196b66bf
Author: Joe Skora <[email protected]>
Date: 2015-11-12T17:40:33Z
Merge branch 'master' of https://github.com/jskora/nifi
commit 64912a6ab9766fb9cb8d6394edb431929330f79b
Author: Joe Skora <[email protected]>
Date: 2015-11-12T17:33:31Z
Changes to support new PutS3ObjectMultipart processor. This includes
extending other S3 processor classes to support SSL connection service, enable
new ENDPOINT_OVERRIDE property, correct typo in CREDENTIALS_FILES property
descriptor spelling, and update processor reference annotations.
* Add nifi-ssl-context-service-api dependency to nifi-aws-processors.
* Add nifi-ssl-context-service-nar to nifi-aws-nar.
* Add PutS3ObjectMultipart to
META-INF/services/org.apache.nifi.processor.Processors.
* New class PutS3ObjectMultipart.java and test
TestPutS3ObjectMultipart.java.
----
---
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.
---