February 28, 2007
View 18485e2

* s3cmd: Verify supplied accesskey and secretkey in interactive configuration path.

Michal Ludvig authored on 2007/02/28 13:09:12
View 7540590

* S3/S3.py: Modify S3Error exception to work in python 2.4 (=> don't expect Exception is a new-style class). * s3cmd: Updated for the above change.

Michal Ludvig authored on 2007/02/28 11:38:27
February 19, 2007
View f98a27f

- New feature - allow "get" to stdout

Michal Ludvig authored on 2007/02/19 11:33:20
February 7, 2007
View 1f7d2de

- Change all "exit()" calls to "sys.exit()" and allow for python 2.4

Michal Ludvig authored on 2007/02/07 12:06:38
January 26, 2007
View ec50b5a

- Added headers with copyright to all files - Removed S3.compose_uri(), introduced S3UriS3.compose_uri() instead.

Michal Ludvig authored on 2007/01/26 08:33:35
View b819c70

- Converted all users of parse_uri to S3Uri class API - Removed "cp" command again. Will have to use 'put' and 'get' for now

Michal Ludvig authored on 2007/01/26 08:01:18
January 25, 2007
View af3425b

- New module S3/S3Uri.py - converted "put" operation to use the new S3Uri class

Michal Ludvig authored on 2007/01/25 10:47:36
January 24, 2007
View eb9c54e

- Added 'cp' command - Renamed parse_s3_uri to parse_uri (this will go away anyway)

Michal Ludvig authored on 2007/01/24 09:03:12
January 19, 2007
View 5a736f0

- Added interactive configurator (--configure) - Added config dumper (--dump-config) - Improved --help output

Michal Ludvig authored on 2007/01/19 09:20:14
January 18, 2007
View b008e47

Moved class Config from S3/S3.py to S3/Config.py

Michal Ludvig authored on 2007/01/18 11:21:17
View f45580a

Added info about homepage

Michal Ludvig authored on 2007/01/18 11:00:38
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 3cc025a

Renamed s3.py to s3cmd

Michal Ludvig authored on 2007/01/13 22:20:28