Reputation: 5853
I have images on S3 that need thumbnailing, and ideally, uploading back to S3. My understanding is that there is a way to configure S3 so that it makes a request (or redirects?) to my own server when an object is not found?
I'm thinking I could us that and generate thumbnails, then return that to the user and upload to S3 so that it can then be served off S3.
Is this possible and if so how would I go about doing that? I can't seem to find any documentation of the functionality, perhaps I'm not Googling the right thing!
Upvotes: 0
Views: 188