Rails convert Paperclip directory structure to Carrierwave
问题 I was using the Paperclip gem: https://github.com/thoughtbot/paperclip I'm now using Carrierwave: https://github.com/carrierwaveuploader/carrierwave My production website is currently using Paperclip. I'm going to be updating the production website to use Carrierwave. The folder structure for uploads in Paperclip differs from Carrierwave. I'm also using Amazon S3 to store uploads. I'm wondering if there's a way to convert my production files uploaded with Paperclip to Carrierwave. For example