Browse code

Released version 1.1.0-beta1

* S3/PkgInfo.py: Updated to 1.1.0-beta1
* NEWS: Updated.
* s3cmd.1: Regenerated.

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

Michal Ludvig authored on 2011/04/11 11:01:55
Showing 4 changed files
... ...
@@ -1,5 +1,11 @@
1 1
 2011-04-11  Michal Ludvig  <mludvig@logix.net.nz>
2 2
 
3
+	* S3/PkgInfo.py: Updated to 1.1.0-beta1
4
+	* NEWS: Updated.
5
+	* s3cmd.1: Regenerated.
6
+
7
+2011-04-11  Michal Ludvig  <mludvig@logix.net.nz>
8
+
3 9
 	* S3/Config.py: Increase socket_timeout from 10 secs to 5 mins.
4 10
 
5 11
 2011-04-10  Michal Ludvig  <mludvig@logix.net.nz>
... ...
@@ -1,3 +1,8 @@
1
+s3cmd 1.1.0   -   ???
2
+===========
3
+* CloudFront invalidation via [sync --cf-invalidate] and [cfinvalinfo].
4
+* Increased socket_timeout from 10 secs to 5 mins.
5
+
1 6
 s3cmd 1.0.0   -   2011-01-18
2 7
 ===========
3 8
 * [sync] now supports --no-check-md5
... ...
@@ -1,5 +1,5 @@
1 1
 package = "s3cmd"
2
-version = "1.0.0"
2
+version = "1.1.0-beta1"
3 3
 url = "http://s3tools.org"
4 4
 license = "GPL version 2"
5 5
 short_description = "Command line tool for managing Amazon S3 and CloudFront services"
... ...
@@ -84,6 +84,9 @@ Delete CloudFront distribution point
84 84
 .TP
85 85
 s3cmd \fBcfmodify\fR \fIcf://DIST_ID\fR
86 86
 Change CloudFront distribution point parameters
87
+.TP
88
+s3cmd \fBcfinvalinfo\fR \fIcf://DIST_ID[/INVAL_ID]\fR
89
+Display CloudFront invalidation request(s) status
87 90
 
88 91
 
89 92
 .SH OPTIONS
... ...
@@ -265,6 +268,10 @@ Enable given CloudFront distribution (only for
265 265
 Enable given CloudFront distribution (only for
266 266
 [cfmodify] command)
267 267
 .TP
268
+\fB\-\-cf\-invalidate\fR
269
+Invalidate the uploaded filed in CloudFront. Also see
270
+[cfinval] command.
271
+.TP
268 272
 \fB\-\-cf\-add\-cname\fR=CNAME
269 273
 Add given CNAME to a CloudFront distribution (only for
270 274
 [cfcreate] and [cfmodify] commands)
... ...
@@ -291,7 +298,7 @@ Enable verbose output.
291 291
 Enable debug output.
292 292
 .TP
293 293
 \fB\-\-version\fR
294
-Show s3cmd version (1.0.0) and exit.
294
+Show s3cmd version (1.1.0-beta1) and exit.
295 295
 .TP
296 296
 \fB\-F\fR, \fB\-\-follow\-symlinks\fR
297 297
 Follow symbolic links as if they are regular files