i have created amazon S3 bucket for saving images. Earlier i was using timthumb to server thumbnail for images. Now with S3 using timthumb is not a good idea as images will be downloaded to EC2 and then to client. Should I upload two copied of images to S3 one original and one for thumbnail. Any suggestions.
答案 0 :(得分:0)
最好的方法是利用AWS服务本身。由于您使用的是timthumb插件,因此拇指生成将是相同的。 S3可以在任何事件上触发lambda函数。
http://docs.aws.amazon.com/lambda/latest/dg/walkthrough-s3-events-adminuser.html
AWS lambda代码可以根据配置的值生成缩略图。 AWS Lambda控制台本身有一些可以调整到工作系统的控制台。除非您已登录,否则指向控制台的链接将无法使用。
免责声明:我是第三方解决方案顾问,并非直接为AWS工作。