#! /usr/bin/env python """Compose API Backup to S3 Utility. Uses the Compose (MongoHQ) API to pull the latest backup for a database, and put the file on Amazon S3 Usage: mongoHQ_S3_backup.py -d -t -a -b -k -s -p mongoHQ_S3_backup.py (-h | --help) Options: -h --help Show this screen. -d --database= Name of the database to find a backup for, or deployment name. -t --token= MongoHQ OAUTH Token -a --account= MongoHQ Account Name -b --bucket= S3 Bucket name -k --awskey= AWS Key ID -s --awssecret= AWS Secret Key -p --prefix=