tsileo / bakthat

Bakthat is a MIT licensed backup framework written in Python, it's both a command line tool and a Python module that helps you manage backups on Amazon S3/Glacier and OpenStack Swift. It automatically compress, encrypt (symmetric encryption) and upload your files.
http://bakthat.readthedocs.org/en/latest/
MIT License
491 stars 67 forks source link

Add logic to detect IAM #80

Open snario opened 8 years ago

snario commented 8 years ago

boto.connect_s3 works with no arguments on EC2 instances with roles that allow access to S3.

fixes #79