Save a picture in S3 from a temporary URL
问题 I am developing a website on ruby on rails where users can upload pictures thanks to paperclip , it is stored in amazon S3 . After, they can modify pictures thanks to aviary . But when i want to save the new pictures, aviary just gave me an temporary URL where i can get my modified picture. Does paperclip can do it ? I don't think it can save an picture from an URL and store it to S3 ? I've searched for a week now, and i don't know the best way to do it. I've read about filepicker , but the