lordgamez commented on a change in pull request #1031:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1031#discussion_r609591007



##########
File path: extensions/aws/processors/DeleteS3Object.h
##########
@@ -65,6 +65,11 @@ class DeleteS3Object : public S3Processor {
   explicit DeleteS3Object(const std::string& name, const 
minifi::utils::Identifier& uuid, std::unique_ptr<aws::s3::S3RequestSender> 
s3_request_sender)
     : S3Processor(name, uuid, 
logging::LoggerFactory<DeleteS3Object>::getLogger(), 
std::move(s3_request_sender)) {
   }
+
+  minifi::utils::optional<aws::s3::DeleteObjectRequestParameters> 
buildDeleteS3RequestParams(
+    const std::shared_ptr<core::ProcessContext> &context,
+    const std::shared_ptr<core::FlowFile> &flow_file,
+    const CommonProperties &common_properties);

Review comment:
       Updated in 690848de02baef8826231bf93c75c981bc7df768




-- 
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:
us...@infra.apache.org


Reply via email to