Activity
Posted in File Uploads with Refile Discussion
I thought that this was happening to me too, but when I actually thought about it I saw it was working. Even if you upload to a 3rd party host the rack app for refile will download that image, process it, and still give it a local URL. The true test to see if it is uploading to S3 is to look in your bucket to see if the images are being stored there. Turns out mine was working all along.
Posted in File Uploads with Refile Discussion
I am having the same problem as your initial one. Did you figure it out and is that why you posted a link to your repo? Could you elaborate on what you did to correct it?