Browse code

* TODO: Updated

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

Michal Ludvig authored on 2008/12/17 13:19:46
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+2008-12-17  Michal Ludvig  <michal@logix.cz>
2
+
3
+	* TODO: Updated
4
+
1 5
 2008-12-14  Michal Ludvig  <michal@logix.cz>
2 6
 
3 7
 	* S3/Progress.py: Restructured import Utils to avoid import
... ...
@@ -2,16 +2,20 @@ TODO list for s3cmd project
2 2
 ===========================
3 3
 
4 4
 - For 0.9.9
5
-  - Add --include/--include-from/--rinclude* for sync
6 5
   - Recursive processing / multiple sources with most commands.
7 6
     - Incl. recursive cp/mv on remote "folders".
8 7
   - Sanitize put/get behaviour.
9 8
     For instance 'get s3://../blah/x.jpg' should save it to
10 9
 	x.jpg and not attempt blah/x.jpg.
10
+    Similar thing, 'put /foo/bar/xyz.jpg s3://bucket/dome/path/'
11
+    should save it to s3://bucket/dome/path/xyz.jpg
11 12
   - Document --recursive and --force for buckets
13
+  - Allow change /tmp to somewhere else
14
+
15
+- For 1.0.0
16
+  - Add --include/--include-from/--rinclude* for sync
12 17
   - Add 'setacl' command.
13 18
   - Add commands for CloudFront.
14
-  - Allow change /tmp to somewhere else
15 19
 
16 20
 - After 1.0.0
17 21
   - Speed up upload / download with multiple threads.