Can not run 'rake paperclip:refresh:thumbnails CLASS=Spree::Image' in rails spree app console getting No Such Key
问题 I am trying to RAILS_ENV=production run rake paperclip:refresh:thumbnails CLASS=Spree::Image on my remote server in my current rails app directory, so I can refresh the spree images that I have uploaded in the past. I am using S3, my bucket is setup correctly as I can see each of my product's images in individual ID folders in my AWS S3 bucket. But each time I run the above command I get a 'No Such Key' Error when the rake is aborted. This command runs locally and works fine. (obviously