{
    "dev": {
        "key": "<dev-key>",
        "secret": "<dev-secret>",
        "bucket": "aurora-dev.shuttlerock.com",
        "proxy_url": "not-sure-about-this",
        "proxy_key": "<dev-proxy-key>"
    },
    "stg": {
        "key": "<stg-key>",
        "secret": "<stg-secret>",
        "bucket": "aurora-stg.shuttlerock.com",
        "proxy_url": "https://file-proxy-stg.shuttlerock.com/aws",
        "proxy_key": "<stg-proxy-key>"
    },
    "prod": {
        "key": "<prod-key>",
        "secret": "<prod-secret>",
        "bucket": "aurora.shuttlerock.com",
        "proxy_url": "https://file-proxy.shuttlerock.com/aws",
        "proxy_key": "<prod-proxy-key>"
    },
}
