lordgamez commented on a change in pull request #931:
URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539132249
##########
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:
We started discussing this with @arpadboda and @adebreceni in a comment
above, where @adebreceni noted that it can be logical if we interpret it the
following way: "if you define "success" as the post-condition "the object is
not in the S3 bucket", it makes sense to transfer to "success"". So if the goal
is to have the object non-existent in that bucket we succeed by doing nothing.
----------------------------------------------------------------
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]