Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is better, save a website images on Amazon S3, Flickr or Picasa? [closed]

I have a website and going to extend it, so users will upload their images on this website, i want to save users images in another storage service.

Users will save images and view them, and also share with others.

I know that i can do that using Amazon S3, Flickr or Picasa.

But i want to know which is better than which? which one should i use and why?

Based on your experiences, can you recommend one, or advice me if you a better service than those 3?

like image 800
Amr Elgarhy Avatar asked May 07 '10 22:05

Amr Elgarhy


2 Answers

Image sharing websites like Flickr and Picasa do mention in their terms of service that you can only upload images that were created by yourself. So if users of your website would upload their images and you would put them in a Flickr or Picasa account created for your website, it would possibly conflict with the terms of service.

I guess it's therefore better to go with a file storage service like Amazon S3, which don't have these restrictions.

like image 137
Tom van Enckevort Avatar answered Oct 18 '22 14:10

Tom van Enckevort


I say use Amazon S3. Picasa and Flickr just aren't meant to serve as a storage mechanism for someone else's web app.

like image 39
Nishkar Avatar answered Oct 18 '22 13:10

Nishkar