Browse code

Updated tasks

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

Michal Ludvig authored on 2008/09/03 12:48:23
Showing 2 changed files
... ...
@@ -2,6 +2,9 @@ s3cmd 0.9.9   -   ???
2 2
 ===========
3 3
 * Allow access to upper-case named buckets with 
4 4
   --use-old-connect-method parameter
5
+* Removing of non-empty buckets with --force
6
+* Recursively remove objects from buckets with a given
7
+  prefix with --recursive (-r)
5 8
 
6 9
 s3cmd 0.9.8.3 -   2008-07-29
7 10
 =============
... ...
@@ -3,12 +3,10 @@ TODO list for s3cmd project
3 3
 
4 4
 - For 0.9.9
5 5
   - Implement 'cp' and 'mv'
6
-  - Better upload / download progress display (and remove 
7
-    excessive useless transfer info from verbose/debug 
8
-    output)
6
+  - Better upload / download progress display
9 7
   - Add --include/--include-from/--rinclude* for sync
10 8
   - Recursive processing / multiple sources with most commands.
11
-  - Force removal of non-empty buckets.
9
+  - Document --recursive and --force for buckets
12 10
 
13 11
 - After 1.0.0
14 12
   - Speed up upload / download with multiple threads.