lordgamez commented on code in PR #2151:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2151#discussion_r3079257052


##########
extensions/aws/processors/ListS3.cpp:
##########
@@ -43,17 +43,10 @@ void ListS3::onSchedule(core::ProcessContext& context, 
core::ProcessSessionFacto
   }
   state_manager_ = 
std::make_unique<minifi::utils::ListingStateManager>(state_manager);
 
-  auto common_properties = getCommonELSupportedProperties(context, nullptr);
-  if (!common_properties) {
-    throw Exception(PROCESS_SCHEDULE_EXCEPTION, "Required property is not set 
or invalid");
-  }
-

Review Comment:
   The `setSupportsExpressionLanguage` flag was removed from the affected 
properties in AwsProcessor.h and removed from the PROCESSORS.md, is there 
anything else I'm missing?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to