I have worked with an example in github, where it uses paperclip to store images in the folder system. I knew that heroku is read_only file system, so i want to store in some other place and use it like storing and retrieving from system folder. I have read few options like using amazon s3. can i use google storage for this and if yes, how to use?
Also tell me if there are any examples for this in github, so i can try.
For
Paperclip, here is how you store it on Amazon’s S3. But you can change storage to whatever you want by editing thepathandurloptions inhas_attached_file. See here