Browse code

Update version to 1.5.0-rc1

Michal Ludvig authored on 2014/06/29 15:02:01
Showing 3 changed files
... ...
@@ -1,3 +1,7 @@
1
+s3cmd 1.5.0-rc1      -   2014-06-29
2
+===============
3
+[TODO - extract from: git log --no-merges v1.5.0-beta1..]
4
+
1 5
 s3cmd 1.5.0-beta1    -   2013-12-02
2 6
 =================
3 7
 * Brougt to you by Matt Domsch and contributors, thanks guys! :)
... ...
@@ -5,7 +5,7 @@
5 5
 ## Copyright: TGRMN Software and contributors
6 6
 
7 7
 package = "s3cmd"
8
-version = "1.5.0-beta1"
8
+version = "1.5.0-rc1"
9 9
 url = "http://s3tools.org"
10 10
 license = "GPL version 2"
11 11
 short_description = "Command line tool for managing Amazon S3 and CloudFront services"
... ...
@@ -43,6 +43,9 @@ Get file from bucket
43 43
 s3cmd \fBdel\fR \fIs3://BUCKET/OBJECT\fR
44 44
 Delete file from bucket
45 45
 .TP
46
+s3cmd \fBrm\fR \fIs3://BUCKET/OBJECT\fR
47
+Delete file from bucket (alias for del)
48
+.TP
46 49
 s3cmd \fBrestore\fR \fIs3://BUCKET/OBJECT\fR
47 50
 Restore file from Glacier storage
48 51
 .TP
... ...
@@ -96,6 +99,12 @@ Fix invalid file names in a bucket
96 96
 .TP
97 97
 s3cmd \fBexpire\fR \fIs3://BUCKET\fR
98 98
 Set or delete expiration rule for the bucket
99
+.TP
100
+s3cmd \fBsetlifecycle\fR \fIs3://BUCKET\fR
101
+Upload a lifecycle policy for the bucket
102
+.TP
103
+s3cmd \fBdellifecycle\fR \fIs3://BUCKET\fR
104
+Remove a lifecycle policy for the bucket
99 105
 
100 106
 
101 107
 .PP
... ...
@@ -152,7 +161,7 @@ to a specific bucket instead of attempting to list
152 152
 them all.
153 153
 .TP
154 154
 \fB\-c\fR FILE, \fB\-\-config\fR=FILE
155
-Config file name. Defaults to /home/user/.s3cfg
155
+Config file name. Defaults to /home/mludvig/.s3cfg
156 156
 .TP
157 157
 \fB\-\-dump\-config\fR
158 158
 Dump current configuration after parsing config files
... ...
@@ -452,7 +461,7 @@ Enable verbose output.
452 452
 Enable debug output.
453 453
 .TP
454 454
 \fB\-\-version\fR
455
-Show s3cmd version (1.5.0-beta1) and exit.
455
+Show s3cmd version (1.5.0-rc1) and exit.
456 456
 .TP
457 457
 \fB\-F\fR, \fB\-\-follow\-symlinks\fR
458 458
 Follow symbolic links as if they are regular files