This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 5f6bdc6243 NIFI-13841 Restored proxy support in AWS PutSNS processor
5f6bdc6243 is described below
commit 5f6bdc6243d5ab2c7bd5dc06a69daf5cb9a2b3b8
Author: Peter Turcsanyi <[email protected]>
AuthorDate: Fri Oct 4 09:49:37 2024 +0200
NIFI-13841 Restored proxy support in AWS PutSNS processor
Signed-off-by: Pierre Villard <[email protected]>
This closes #9351.
---
.../src/main/java/org/apache/nifi/processors/aws/sns/PutSNS.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/sns/PutSNS.java
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/sns/PutSNS.java
index c9873385d7..9e96168f9e 100644
---
a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/sns/PutSNS.java
+++
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/sns/PutSNS.java
@@ -131,6 +131,7 @@ public class PutSNS extends
AbstractAwsSyncProcessor<SnsClient, SnsClientBuilder
SSL_CONTEXT_SERVICE,
TIMEOUT,
ENDPOINT_OVERRIDE,
+ PROXY_CONFIGURATION_SERVICE,
USE_JSON_STRUCTURE,
CHARACTER_ENCODING,
MESSAGEGROUPID,