ruby on rails - Should I place user image uploads to Amazon S3? -


imagine website craigslist.

users can create "for sale" listing , attach images of they're trying sell.

should upload these images amazon s3 or amazon cloud instead?

s3 perfect place storing those. users can upload app, validation needed, transfers s3 bucket. permissions can managed via iam roles assigned instance(s).

to serve them users, want use cloudfront - @ higher usage can cheaper , faster serving directly s3


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -