The synaps.auth.signer Module

Utility class for parsing signed AMI manifests.

class Signer(secret_key)

Bases: object

Hacked up code from boto/connection.py

generate(params, verb, server_string, path)

Generate auth string according to what SignatureVersion is given.

s3_authorization(headers, verb, path)

Generate S3 authorization string.

Previous topic

The synaps.auth.manager Module

Next topic

The synaps.cep.action_bolt Module

This Page