You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Peter Turcsanyi (Jira)" <ji...@apache.org> on 2022/04/08 21:34:00 UTC

[jira] [Created] (NIFI-9898) PutGCSObject fails when connects via proxy

Peter Turcsanyi created NIFI-9898:
-------------------------------------

             Summary: PutGCSObject fails when connects via proxy
                 Key: NIFI-9898
                 URL: https://issues.apache.org/jira/browse/NIFI-9898
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.16.0
            Reporter: Peter Turcsanyi
            Assignee: Peter Turcsanyi


NIFI-9638 changed a deprecated method call in {{PutGCSObject}} ([Storage.create() => Storage.createFrom()| https://github.com/apache/nifi/blob/2c83149c6d387ef022d7f59bd35ebda51f502b37/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/storage/PutGCSObject.java#L407]).
The new version of the method requires {{ClosableHttpClient}} when it connects via proxy.
Update ProxyAwareTransportFactory and replace the deprecated methods there too.




--
This message was sent by Atlassian Jira
(v8.20.1#820001)