I am currently running a Pipeline in SingleStore which takes a file from AWS S3 bucket, modifies the data as per business logic written in a stored procedure and then enters the records in a table.
How can I delete the file from AWS S3 bucket after the pipeline successfully completes?