Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序有不同的用于开发、登台和生产的存储桶,但我们目前正在寻求实现Filepicker.io媒体上传。 有没有办法根据rails环境更改用于存储的存储桶?
Filepicker.io
正如评论中发现的那样,处理这个问题的方法是在 Filepicker 中为每个环境提供多个应用程序,并在 rails 配置中为每个应用程序使用相应的 API 密钥。