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.

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.

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

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