'Can we upload files to AWS S3 and Google Cloud Storage simultaneously using CarrierWave gem?

One of my Model's attachments needs to save files on AWS S3 and the other Model should save it to Google Cloud Storage.

Is this possible using CarrierWave gem?



Solution 1:[1]

I think you could, as per this wiki. Just configure 2 uploaders, each one for a different provider

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Joe