Hello,
Rails 5.2
Is it possible or is there a plan to support multiple services on a single app?
Say I configure these S3 services:
amazon_1:
service: S3
…
bucket: first-bucket
amazon_2:
service: S3
…
bucket: second-bucket
How would I access both buckets in the app?
Currently I can only see how to use one bucket per app.
I guess you could extend this question with, can I use an azure service and a google service in the same app?
Thanks for your time,
-Mordecai