Tagged Questions
1
vote
1answer
184 views
How to keep a local copy of all images and still serve images from Amazon S3?
I'm using amazon s3 to host assets for my site (mainly images). At the moment when a user uploads an image via a form, the php script uploads the image directly to my bucket on s3.
I would like to ...
5
votes
2answers
448 views
How does a CDN work on the tech side?
I never used a CDN before so this is a noob question, but how does it work on the tech side.
For example right now when a user uploads an image on my site it is uploaded to the "/uploads" folder at ...