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 c76aaa1

Renamed s3.py to s3cmd (take 2)

Michal Ludvig authored on 2007/01/13 22:21:44
View 3cc025a

Renamed s3.py to s3cmd

Michal Ludvig authored on 2007/01/13 22:20:28
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
View 9017f0f

Minor fix S3.utils -> S3.Utils

Michal Ludvig authored on 2007/01/13 22:08:30
View ad8eaa6

Moved modules to their own package

Michal Ludvig authored on 2007/01/13 22:05:29
January 11, 2007
View d6689c6

Added "del" command Converted all (?) commands to accept s3-uri Added -u/--show-uri parameter

Michal Ludvig authored on 2007/01/11 20:13:01
View 935ceb9

Verify MD5 on received files Improved upload of multiple files Initial S3-URI support (more tbd)

Michal Ludvig authored on 2007/01/11 13:26:40
View 8b56761

Minor fixes: - store names of parsed files in AwsConfig - Print total size with upload/download

Michal Ludvig authored on 2007/01/11 12:37:29
View b5fe5ac

Added support for sending and receiving files.

Michal Ludvig authored on 2007/01/11 11:55:01
January 10, 2007
View f06cf98

List all Objects in all Buckets command Yet another logging improvement Version check for Python 2.5 or higher

Michal Ludvig authored on 2007/01/10 21:52:55
View b6e1cad

Added ConfigParser Improved setting logging levels It can now quite reliably list buckets and objects

Michal Ludvig authored on 2007/01/10 21:05:51
View 25e657c

Added ignore list

Michal Ludvig authored on 2007/01/10 21:02:47