Amazon S3 Deleter Component
Deletes the file specified in the object passed into the component from the Amazon S3 Bucket. The component accepts Mapped Data objects specifying the file to be deleted.
Data Governance
The Amazon S3 Deleter component will update the status of the deleted item in the Data Governance System to DELETED.
Input Channels
delete — Deletes the file specified by the SimpleMappedData object. The Simple Mapped Data object must specify the bucket name and key of the file entry that is to be deleted using the "bucket" and "path" keys.
Output Channels
success — Returns a SignalData object indicating that the File was successfully deleted from the Amazon S3 Bucket.
failure — Returns a SignalData object indicating that the File was not successfully deleted from the Amazon S3 Bucket.
Parameters
None