Browse code

* s3cmd.1, TODO: Document 'mv' command.

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

Michal Ludvig authored on 2008/11/25 14:42:06
Showing 3 changed files
... ...
@@ -1,5 +1,9 @@
1 1
 2008-11-24  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* s3cmd.1, TODO: Document 'mv' command.
4
+
5
+2008-11-24  Michal Ludvig  <michal@logix.cz>
6
+
3 7
 	* S3/S3.py, s3cmd, S3/Config.py, s3cmd.1: Added --continue for
4 8
 	  'get' command, improved 'get' failure resiliency.
5 9
 	* S3/Progress.py: Support for progress meter not starting in 0.
... ...
@@ -2,8 +2,6 @@ TODO list for s3cmd project
2 2
 ===========================
3 3
 
4 4
 - For 0.9.9
5
-  - Implement 'cp' and 'mv'
6
-  - Better upload / download progress display
7 5
   - Add --include/--include-from/--rinclude* for sync
8 6
   - Recursive processing / multiple sources with most commands.
9 7
   - Document --recursive and --force for buckets
... ...
@@ -43,8 +43,12 @@ Backup a directory tree to S3
43 43
 Restore a tree from S3 to local directory
44 44
 .TP
45 45
 \fBcp\fR \fIs3://BUCKET1/OBJECT1 s3://BUCKET2[/OBJECT2]\fR 
46
-Make a copy of a file. Either in the same bucket with a different name
46
+\fBmv\fR \fIs3://BUCKET1/OBJECT1 s3://BUCKET2[/OBJECT2]\fR 
47
+Make a copy of a file (\fIcp\fR) or move a file (\fImv\fR). 
48
+Destination can be in the same bucket with a different name
47 49
 or in another bucket with the same or different name.
50
+Adding \fI\-\-acl\-public\fR will make the destination object 
51
+publicly accessible (see below).
48 52
 .TP 
49 53
 \fBinfo\fR \fIs3://BUCKET[/OBJECT]\fR
50 54
 Get various information about a Bucket or Object