Lehel44 commented on a change in pull request #5140:
URL: https://github.com/apache/nifi/pull/5140#discussion_r648489582
##########
File path:
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/processors/aws/AbstractAWSProcessor.java
##########
@@ -319,9 +319,14 @@ protected void initializeRegionAndEndpoint(ProcessContext
context) {
getLogger().info("Overriding endpoint with {}", urlstr);
if (urlstr.endsWith(".vpce.amazonaws.com")) {
Review comment:
Would you extract this into a constant? It is used here and also in row
346.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]