GitHub user christophercurrie opened a pull request:
https://github.com/apache/nifi/pull/2140
NIFI-3950 Refactor AWS bundle
This PR provides a separate NAR for the `AWSCredentialsProviderService`
API, and a new `nifi-aws-abstract-processors` jar so that custom processors can
take advantage of the abstract base classes without importing duplicates of the
existing implementations.
The JIRA ticket mentions the need for a transition plan; I'm not sure what
is required there, but happy to help provide whatever is needed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/christophercurrie/nifi NIFI-3950-aws-refactor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2140.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 #2140
----
commit 1c30e78716dd9f592cdbe9abc583053cb7fcd31d
Author: Christopher Currie <[email protected]>
Date: 2017-09-10T20:19:45Z
NIFI-3950 Refactor AWS bundle
----
---