I am building a project for renting flats and right now users are able to upload photos to my databased which is saved as Buffer and then rendered on the client side.
Would storing image in mongo as buffer be feasible or should I create an instance in which user images are upload to s3 and then saved into the mongo as urls?