hunyadi-dev commented on a change in pull request #931:
URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539114506
##########
File path: PROCESSORS.md
##########
@@ -208,6 +209,39 @@ In the list below, the names of required properties appear
in bold. Any other pr
|success|FlowFiles that are sent successfully to the destination are
transferred to this relationship|
+## DeleteS3Object
+
+### Description
+
+Deletes FlowFiles on an Amazon S3 Bucket. If attempting to delete a file that
does not exist, FlowFile is routed to success.
Review comment:
I see this is verbatim from NiFi, but I still don't understand what is
going on. If a flowfile does not exist, this processor yields.
----------------------------------------------------------------
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]