Delete file on S3 with Waffle

Hello!
Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app.
I created the uploader, uploading works, deleting only deletes the database record. I guess I have to explicitly call some function on the uploader to delete the file?

1 Like