I'm trying to get refinerycms to upload files to s3, using the fog gem.
I'd like to pull my S3 credentials from a file that is not in my git repo (e.g. s3.yml
)
I found some old references to doing this using the aws-s3 gem, but not fog.
Thanks in advance for any help!