Browse code

* NEWS: Added info about --verbatim. * TODO: Added more tasks.

git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/trunk@387 830e0280-6d2a-0410-9c65-932aecc39d9d

Michal Ludvig authored on 2009/05/27 14:55:04
Showing 3 changed files
... ...
@@ -1,5 +1,10 @@
1 1
 2009-05-27  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* NEWS: Added info about --verbatim.
4
+	* TODO: Added more tasks.
5
+
6
+2009-05-27  Michal Ludvig  <michal@logix.cz>
7
+
3 8
 	* S3/SortedDict.py: Add case-sensitive mode.
4 9
 	* s3cmd, S3/S3.py, S3/Config.py: Use SortedDict() in 
5 10
 	  case-sensitive mode to avoid dropping filenames
... ...
@@ -4,6 +4,8 @@ s3cmd 1.0.0
4 4
   the POST upload policies.
5 5
 * Fixed handling of filenames that differ only in 
6 6
   capitalisation (eg blah.txt vs Blah.TXT).
7
+* Added --verbatim mode, preventing most filenames 
8
+  pre-processing. Good for fixing unreadable buckets.
7 9
 
8 10
 s3cmd 0.9.9   -   2009-02-17
9 11
 ===========
... ...
@@ -13,6 +13,9 @@ TODO list for s3cmd project
13 13
   - Don't let --continue fail if the file is already fully downloaded.
14 14
   - Option --mime-type should set mime type with 'cp' and 'mv'. 
15 15
     If possible --guess-mime-type should do as well.
16
+  - Skip files that disapper during upload. Now it fails.
17
+  - Neutralise characters that are invalid in XML to avoid ExpatErrors.
18
+    http://boodebr.org/main/python/all-about-python-and-unicode
16 19
 
17 20
 - For 1.0.0
18 21
   - Add 'geturl' command, both Unicode and urlencoded output.
... ...
@@ -29,6 +32,7 @@ TODO list for s3cmd project
29 29
     (move the old 'object' to e.g. 'object~' and only then upload 
30 30
      the new one). Could be more advanced to keep, say, last 5 
31 31
      copies, etc.
32
+  - Memory consumption on very large upload sets is terribly high.
32 33
 
33 34
 - Implement GPG for sync
34 35
   (it's not that easy since it won't be easy to compare