Package s3
[hide private]
[frames] | no frames]

Package s3

source code

s3: a set of classes for interacting with amazon's s3.

The aim of this library is to try to export all of the s3 functionality while staying true to python's feel.

Hopefully, usage should be pretty straight forward. I'd suggest looking over the test code in test.py, and then look at the doc strings in the methods of the classes of S3Service and S3Bucket.

Submodules [hide private]

Classes [hide private]
  Service
S3 Service class.
  Generator
Generator class

Variables [hide private]
  VERSION = '2006-03-01'
  DEFAULT_HOST = 's3.amazonaws.com'

Variables Details [hide private]

VERSION

None
Value:
'2006-03-01'                                                           
      

DEFAULT_HOST

None
Value:
's3.amazonaws.com'