I have no idea what’s seems to be the problem. I tried switching bucket name to go with paperclip instead of :s3_credentials with no luck Paperclip with these settings work perfectly fine, making it very confusing what is going on.
That’s what I thought as well, but it turned out to also not work; Strangely enough, my next guess a few minutes ago was to see if the folder was respecting the heroku config:set AWS_BUCKET_NAME=xxxxx decelerations and so on, and it seems it isn’t, with or without quoations.
Aware you can set the variables through the command line and EXPORT them, it’s a pand on Windows so I created the aws.yaml and used the figaro gem to set the environments in application.yaml inside the config folder.
Never having to take these extra steps before, I’m up and running w/ Paperclip again; thanks.