S3Sync.net

General Category => Announcements => Topic started by: ferrix on June 02, 2007, 11:29:11 PM



Title: 1.1.3 is released
Post by: ferrix on June 02, 2007, 11:29:11 PM
IMPORTANT!
Pursuant to http://s3sync.net/forum/index.php?topic=49.0 , the tar.gz now expands into its own sub-directory named "s3sync" instead of dumping all the files into the current directory.

Changes:
2007-06-02
Version 1.1.3
In the case of commands of the form:
   s3sync -r somedir somebucket:
The root directory node in s3 was being stored as "somedir/" instead of "somedir"
which caused restores to mess up when you say:
   s3sync -r somebucket: restoredir
The fix to this, by coincidence, actually makes s3fox work even *less* well with
s3sync.  I really need to build my own xul+javascript s3 GUI some day.

Also fixed some of the NoMethodError stuff for when --progress is used
and caught Errno::ETIMEDOUT
----------