Ruby on Rails Sunday, April 1, 2018

Is there a way to declare a the storage service (disk / s3 / other) dynamically or on a per model / attribute level?
As far as I know, in e.g. carrierwave supports dynamic storage selection on the Uploader level, whereas paperlip supports it on the model / attribute level.

Also, what if I want all my images to be on cloudinary but the rest of my files should be on s3?
Can active storage support this scenario?

Thanks in advance,

Mark

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/e713faab-6587-43ba-99a3-156173f84c9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment