python - Should I store static files (photos) local or in the cloud? -


i have small app in django, hosted on cheap linode. want add photo-sharing functionality wondering should put user uploaded static photo files locally on linode serwer or better use amazon s3 or similar cloud soulution ?

what pros , cons of both solutions ?

pros:

  1. you don't have pay s3 servers after crosses 20gb limit.

cons

  1. your server slow down not able take load after limit.
  2. performance of server go down, in worst case servers may crash.
  3. your node have limit on disk space, cannot exceed s3 or other service able seamlessly.

Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -