This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-1.0.0.5-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-1.0.0.5-1-tag was deleted! ***
was fdd6b79ab7 HOTFIX-4345 NIFI-8662: Using the configured AWS region when
parsing from VPCE endpoint URL fails in AbstractAWSProcessor
This change permanently discards the following revisions:
discard fdd6b79ab7 HOTFIX-4345 NIFI-8662: Using the configured AWS region when
parsing from VPCE endpoint URL fails in AbstractAWSProcessor
discard d62e3ebd95 HOTFIX-3571 NIFI-7394: Add support for sending
Multipart/FORM data to InvokeHTTP. By using dynamic properties with a prefix
naming scheme, allow definition of the parts, including the name to give the
Flowfile content part, and optionally it's file name. After review: - change so
that we can send just the form content or just form data without the flowfile
- change the content name and content file name from dynamic properties to
properties - change the dynamic nam [...]
discard 0caae6b60d HOTFIX-3571 NIFI-6027