alexkravets / heroku-mongo-backup

Backup mongodb on Heroku and push it to S3 or FTP with cron task.
https://github.com/alexkravets/heroku-mongo-backup
55 stars 33 forks source link

I have set fog upload to be private #16

Closed aarti closed 11 years ago

aarti commented 11 years ago

S3 upload via fog gem should be private. Access is not specified right now for S3 or aws/s3 implementation in storage_helper, so fog should probably be the same?

-thanks

jturolla commented 11 years ago

Tested and the file is public, running version 0.4.31 of the gem.

http://cl.ly/image/3H0i2J411L1p

jturolla commented 11 years ago

Sorry, as @aarti told, this only works with FOG. Attention to that :)