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:
- you don't have pay s3 servers after crosses 20gb limit.
cons
- your server slow down not able take load after limit.
- performance of server go down, in worst case servers may crash.
- your node have limit on disk space, cannot exceed s3 or other service able seamlessly.
Comments
Post a Comment