Module zes3t
[show private | hide private]
[frames | no frames]

Module zes3t

zes3t - a suds-based Python API for accessing Amazon's S3 AWS.
Classes
S3Client Amazon S3 AWS proxy client.
Zes3tConfig Auto-populated config object.

Exceptions
S3ClientError Exception due to a client request.
S3Error Base class for all S3 exceptions.
S3ServerError Exception due to a server-side failure.

Function Summary
  initialize_logging(level_main, level_client, level_schema, level_wsdl)
Initialize logging subsystem.
  main()
Do some quick tests

Variable Summary
str __author__ = 'David A. Riggs <riggs@createtank.com>'
str __copyright__ = 'Copyright 2008, createTank'
str __license__ = 'LGPLv3 <http://www.gnu.org/licenses/gpl-3...
str __version__ = '0.1'

Function Details

initialize_logging(level_main=20, level_client=20, level_schema=20, level_wsdl=20)

Initialize logging subsystem. You may turn up the verbosity of various internal components by setting their level to 'logging.DEBUG'.
Parameters:
level_main - main application logging level
level_client - SOAP messages and HTTP headers
level_schema - schema digestion
level_wsdl - WSDL digestion

main()

Do some quick tests

Variable Details

__author__

Type:
str
Value:
'David A. Riggs <riggs@createtank.com>'                                

__copyright__

Type:
str
Value:
'Copyright 2008, createTank'                                           

__license__

Type:
str
Value:
'LGPLv3 <http://www.gnu.org/licenses/gpl-3.0.txt>'                     

__version__

Type:
str
Value:
'0.1'                                                                  

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