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 ...