IlluminusLimited/PinsterApi

Support for explicit removal of content

scytherswings opened this issue · 3 comments

We need to provide a way for content creators to remove their content if they so choose. This would also need to prevent re-uploading of said content until otherwise indicated.

We should replace the image with an image that says "Removed by request of content-creator" or something like that.

What about using Amazon Rekognition?

Hi @jdbohrman thanks for your input. We actually do use Amazon Rekognition in our ImageService here: https://github.com/PinsterTeam/ImageService/blob/develop/lambda/lib/moderator.js
This feature would compliment our existing pre-filtering by allowing manual removal of content that made it through our system or content that a user wants to remove directly.