Module zes3t :: Class Zes3tConfig
[show private | hide private]
[frames | no frames]

Class Zes3tConfig


Auto-populated config object. Looks for AWS credentials in the following order:
  1. environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
  2. ~/.zes3t.cfg
  3. /etc/zes3t.cfg

Method Summary
Zes3tConfig __init__(self)

Class Variable Summary
NoneType aws_access_key_id = None                                                                  
NoneType aws_secret_access_key = None                                                                  

Method Details

__init__(self)
(Constructor)

Returns:
Zes3tConfig
Raises:
RuntimeError - if unable to configure AWS credentials

Class Variable Details

aws_access_key_id

Type:
NoneType
Value:
None                                                                  

aws_secret_access_key

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Tue Dec 9 18:32:17 2008 http://epydoc.sf.net