IlluminusLimited/ImageService

Images that fail moderation can still be fetched

Closed this issue · 1 comments

When images get uploaded they should go to a staging bucket first to be handled by moderation. After moderation passes they should be moved to a finished bucket.

That or figure out a way to restrict access to part of the bucket using policies which should be cheaper since there's less aws requests happening, sort of. I guess we'd still have to move the file once moderation passes so it might be a moot point.

We have two buckets now so I don't believe this is possible any more.