I have a Node.JS app using mLab as a DB and also AWS/S3 to store files. I just implemented a functionality allowing the user to erase information from the mLab DB, this works fine.
The one thing I still have to do is to erase possible relevant information from AWS/S3, and this I don't know how to do yet.
I have already browsed the net and seen a couple of things, but nothing quite satisfying.
Can someone tell exactly (if possible clearly and simply) what I need to do (necessary npm module if there is, etc...) to be able to delete objects from my AWS/S3 bucket. A good tutorial on the subject would also be fine if there is any.