在过去的 10 年里,我们的网站成功运行。它是一个基于 Rails 的应用程序。在此过程中,我们将 rails 升级到了 4.2 版本。进一步升级到 Rails 5 需要努力。
主要问题是我们正在使用已达到使用寿命的回形针。我们希望至少使用神社 3.0 并替换回形针。我已经看到 rack 2.0 的依赖关系,我们使用 rack less than 2.0 。我的主要问题是您的工具包神社 3.0 是否支持在 rails 4.2 上工作。我们还有神社 lambda 插件,它支持 2.6 版本。这是使用旧版本和后台接地插件。
Our use case
- Use shrine > = 3.0
- Use direct multipart s3 upload
- Some plugin to use the lambda on aws
我们的进步
- We have tweaked your demo app (with uppy direct multipart upload) in rails 6.0 to work in rails 5.0
- We have created a thumbnail creator in node.js in 8 runtime.
- We have hosted this lambda function in aws this responds to bucket events. This is probably a crude method as it just catches bucket event and creates thumbnail.
There is no connection with the upload app. Initially intended to use the shrine lambda plugin but this plugin (https://github.com/texpert/shrine-lambda) is for older version of shrine. If this plugin could be upgraded to wok with shrine 3.0 then this would be great.
work with the shrine 3.0
我们的主要查询 - 是否可以在 rails 4.2 中使用神社 3.0?这样我们就可以立即更换回形针 - uppy 多部分直接上传的组合使用 AWS lambda 函数。好处是 - 从服务器卸载图像上传。- 将缩略图的创建卸载到 AWS。