This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 40f5e1fca7 remove logging the API key when connecting to SqS, fixes
#5677 (#5678)
40f5e1fca7 is described below
commit 40f5e1fca760a6c1f33c75f22a4c250e03f67f74
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Sep 4 17:08:23 2025 +0200
remove logging the API key when connecting to SqS, fixes #5677 (#5678)
---
.../org/apache/hop/pipeline/transforms/aws/sqs/AwsSqsReader.java | 7 -------
1 file changed, 7 deletions(-)
diff --git
a/plugins/tech/aws/src/main/java/org/apache/hop/pipeline/transforms/aws/sqs/AwsSqsReader.java
b/plugins/tech/aws/src/main/java/org/apache/hop/pipeline/transforms/aws/sqs/AwsSqsReader.java
index 1c3081744d..9532194931 100644
---
a/plugins/tech/aws/src/main/java/org/apache/hop/pipeline/transforms/aws/sqs/AwsSqsReader.java
+++
b/plugins/tech/aws/src/main/java/org/apache/hop/pipeline/transforms/aws/sqs/AwsSqsReader.java
@@ -81,13 +81,6 @@ public class AwsSqsReader {
.withRegion(this.awsRegion)
.build();
- baseTransform.logBasic(
- "Connected to SQS in Region "
- + this.awsRegion
- + " with API-Key >>"
- + this.awsKey
- + "<<");
-
} else {
AWSCredentialsProvider provider = new
DefaultAWSCredentialsProviderChain();
sqsClient =