September 15, 2008
View fa0dfb9

* Merge from trunk, revision 238: * s3cmd, S3/S3.py, S3/Utils.py, S3/S3Uri.py, S3/Exceptions.py: Yet anoter Unicode round. Unicodised all command line arguments before processing.

Michal Ludvig authored on 2008/09/15 21:15:08
View 9f20d8d

* Merge from trunk, revisions 218, 226, 233, 234: * s3cmd, S3/S3.py, S3/Config.py: Allow access to upper-case named buckets again with --use-old-connect-method (uses http://s3.amazonaws.com/bucket/object instead of http://bucket.s3.amazonaws.com/object) * s3cmd, S3/S3.py, S3/Config.py: Removed --use-old-connect-method again. Autodetect the need for old connect method instead. * S3/S3.py: "s3cmd mb" can create upper-case buckets again in US. Non-US (e.g. EU) bucket names must conform to strict DNS-rules. * S3/S3Uri.py: Display public URLs correctly for non-DNS buckets.

Michal Ludvig authored on 2008/09/15 13:29:47
View 6513d3d

* Merge from trunk, revisions 227, 230:

Michal Ludvig authored on 2008/09/15 13:16:39
February 11, 2008
View 3fc8c43

2008-02-11 Michal Ludvig <michal@logix.cz>

Michal Ludvig authored on 2008/02/11 10:00:13
March 26, 2007
View 72d9ddf

2007-03-26 Michal Ludvig <michal@logix.cz>

Michal Ludvig authored on 2007/03/26 07:48:59
January 26, 2007
View 42b24ca

- Case insensitive regex in S3Uri.py

Michal Ludvig authored on 2007/01/26 22:17:44
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