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.
Essentially I just need an option to tell bakthat not to bother with access keys or secret keys, and let boto do its own thing when it comes to authorization. Right now I can't see a way to provide no keys and this is a problem for my use case.
Essentially I just need an option to tell
bakthat
not to bother with access keys or secret keys, and let boto do its own thing when it comes to authorization. Right now I can't see a way to provide no keys and this is a problem for my use case.