January 17, 2007
View f4555c3

- Use prefix for listings if specified. - List all commands in --help

Michal Ludvig authored on 2007/01/17 08:14:35
January 16, 2007
View 9b7618a

Major rework of Config class: - Renamed from AwsConfig to Config - Converted to Singleton (see Config.__new__() and an article on Wikipedia) - No more explicit listing of options - use introspection to get them (class variables that of type str, int or bool that don't start with underscore) - Check values read from config file and verify their type.

Michal Ludvig authored on 2007/01/16 08:35:35
January 14, 2007
View 9081133

- Merged list-buckets and bucket-list-objects operations into a single 'ls' command. - New parameter -P for uploading publicly readable objects

Michal Ludvig authored on 2007/01/14 21:45:14
January 13, 2007
View f81e7fb

All classes from s3.py go to S3/S3.py Added setup.py

Michal Ludvig authored on 2007/01/13 22:19:43