Relative Content

Tag Archive for sqlamazon-web-servicesamazon-s3singlestore

Delete files from S3 bucket after completion of SingleStore Pipelines

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?