1+ s3cmd-2.0.0 - 2017-06-26
2+ ===============
3+ * Added support for Python 3 (Shaform, Florent Viard)
4+ * Added getlifecycle command (Daniel Gryniewicz)
5+ * Added --cf-inval for invalidating multiple CF distributions (Joe Mifsud)
6+ * Added --limit to "ls" and "la" commands to return the specified number of objects (Masashi Ozawa)
7+ * Added --token-refresh and --no-token-refresh and get the access token from the environment (Marco Jakob)
8+ * Added --restore-priority and --restore-days for S3 Glacier (Robert Palmer)
9+ * Fixed requester pays header with HEAD requests (Christian Rodriguez)
10+ * Don't allow mv/cp of multiple files to single file (Guy Gur-Ari)
11+ * Generalize wildcard certificate forgiveness (Mark Titorenko)
12+ * Multiple fixes for SSL connections and proxies
13+ * Added support for HTTP 100-CONTINUE
14+ * Fixes for s3-like servers
15+ * Big cleanup and many unicode fixes
16+ * Many other bug fixes
17+
18+
119s3cmd-1.6.1 - 2016-01-20
220===============
321* Added --host and --host-bucket
@@ -136,7 +154,7 @@ s3cmd 1.1.0 - (never released)
136154* Increased socket_timeout from 10 secs to 5 mins.
137155* Added "Static WebSite" support [ws-create / ws-delete / ws-info]
138156 (contributed by Jens Braeuer)
139- * Force MIME type with --mime-type=abc/xyz, also --guess-mime-type
157+ * Force MIME type with --mime-type=abc/xyz, also --guess-mime-type
140158 is now on by default, -M is no longer shorthand for --guess-mime-type
141159* Allow parameters in MIME types, for example:
142160 --mime-type="text/plain; charset=utf-8"
@@ -161,7 +179,7 @@ s3cmd 1.0.0 - 2011-01-18
161179* Network connections now have 10s timeout
162180* [sync] now supports bucket-to-bucket synchronisation
163181* Added [accesslog] command.
164- * Added access logging for CloudFront distributions
182+ * Added access logging for CloudFront distributions
165183 using [cfmodify --log]
166184* Added --acl-grant and --acl-revoke [Timothee Groleau]
167185* Allow s3:// URI as well as cf:// URI as a distribution
@@ -177,9 +195,9 @@ s3cmd 0.9.9.91 - 2009-10-08
177195s3cmd 0.9.9.90 - 2009-10-06
178196==============
179197* New command 'sign' for signing e.g. POST upload policies.
180- * Fixed handling of filenames that differ only in
198+ * Fixed handling of filenames that differ only in
181199 capitalisation (eg blah.txt vs Blah.TXT).
182- * Added --verbatim mode, preventing most filenames
200+ * Added --verbatim mode, preventing most filenames
183201 pre-processing. Good for fixing unreadable buckets.
184202* Added --recursive support for [cp] and [mv], including
185203 multiple-source arguments, --include/--exclude, --dry-run, etc.
@@ -193,11 +211,11 @@ s3cmd 0.9.9.90 - 2009-10-06
193211s3cmd 0.9.9 - 2009-02-17
194212===========
195213New commands:
196- * Commands for copying and moving objects, within or
214+ * Commands for copying and moving objects, within or
197215 between buckets: [cp] and [mv] (Andrew Ryan)
198- * CloudFront support through [cfcreate], [cfdelete],
216+ * CloudFront support through [cfcreate], [cfdelete],
199217 [cfmodify] and [cfinfo] commands. (sponsored by Joseph Denne)
200- * New command [setacl] for setting ACL on existing objects,
218+ * New command [setacl] for setting ACL on existing objects,
201219 use together with --acl-public/--acl-private (sponsored by
202220 Joseph Denne)
203221
@@ -208,9 +226,9 @@ Other major features:
208226* Enabled --dry-run for [put], [get] and [sync].
209227* Allowed removal of non-empty buckets with [rb --force].
210228* Implemented progress meter (--progress / --no-progress)
211- * Added --include / --rinclude / --(r)include-from
229+ * Added --include / --rinclude / --(r)include-from
212230 options to override --exclude exclusions.
213- * Added --add-header option for [put], [sync], [cp] and [mv].
231+ * Added --add-header option for [put], [sync], [cp] and [mv].
214232 Good for setting e.g. Expires or Cache-control headers.
215233* Added --list-md5 option for [ls].
216234* Continue [get] partially downloaded files with --continue
@@ -224,7 +242,7 @@ Minor features and bugfixes:
224242* Should work fine on non-UTF8 systems, provided all
225243 the files are in current system encoding.
226244* System encoding can be overridden using --encoding.
227- * Improved resistance to communication errors (Connection
245+ * Improved resistance to communication errors (Connection
228246 reset by peer, etc.)
229247
230248s3cmd 0.9.8.4 - 2008-11-07
@@ -236,9 +254,9 @@ s3cmd 0.9.8.4 - 2008-11-07
236254 on Amazon EC2)
237255* Re-issue failed requests (e.g. connection errors, internal
238256 server errors, etc).
239- * Sync skips over files that can't be open instead of
257+ * Sync skips over files that can't be open instead of
240258 terminating the sync completely.
241- * Doesn't run out of open files quota on sync with lots of
259+ * Doesn't run out of open files quota on sync with lots of
242260 files.
243261
244262s3cmd 0.9.8.3 - 2008-07-29
@@ -248,7 +266,7 @@ s3cmd 0.9.8.3 - 2008-07-29
248266
249267s3cmd 0.9.8.2 - 2008-06-27
250268=============
251- * Bugfix release. Re-upload file if Amazon doesn't send ETag
269+ * Bugfix release. Re-upload file if Amazon doesn't send ETag
252270 back.
253271
254272s3cmd 0.9.8.1 - 2008-06-27
@@ -313,7 +331,7 @@ s3cmd 0.9.1 - 2007-02-06
313331===========
314332* All commands now use S3-URIs
315333* Removed hard dependency on Python 2.5
316- * Experimental support for Python 2.4
334+ * Experimental support for Python 2.4
317335 (requires external ElementTree module)
318336
319337
0 commit comments