Skip to content

Commit 4ef9932

Browse files
committed
Update version to 2.0.0
1 parent d293b50 commit 4ef9932

File tree

3 files changed

+41
-43
lines changed

3 files changed

+41
-43
lines changed

NEWS

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
s3cmd-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
177195
s3cmd 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
193211
s3cmd 0.9.9 - 2009-02-17
194212
===========
195213
New 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

230248
s3cmd 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

244262
s3cmd 0.9.8.3 - 2008-07-29
@@ -248,7 +266,7 @@ s3cmd 0.9.8.3 - 2008-07-29
248266

249267
s3cmd 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

254272
s3cmd 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

S3/PkgInfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Copyright: TGRMN Software and contributors
88

99
package = "s3cmd"
10-
version = "1.6.1"
10+
version = "2.0.0"
1111
url = "http://s3tools.org"
1212
license = "GNU GPL v2+"
1313
short_description = "Command line tool for managing Amazon S3 and CloudFront services"

s3cmd.1

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -266,37 +266,17 @@ ite_acp, full_control, all
266266
Number of days to keep restored file available (only
267267
for 'restore' command).
268268
.TP
269-
\fB\-\-restore\-priority\fR=bulk,standard,expedited
270-
You can specify one of the following when restoring an
271-
S3 Glacier archived object (only for 'restore' command):
272-
.TP
273-
Expedited - Expedited retrievals allow you to quickly
274-
access your data when occasional urgent requests for a
275-
subset of archives are required. For all but the largest
276-
archived objects (250 MB+), data accessed using Expedited
277-
retrievals are typically made available within 1–5 minutes.
278-
There are two types of Expedited retrievals: On-Demand and
279-
Provisioned. On-Demand requests are similar to EC2 On-Demand
280-
instances and are available most of the time. Provisioned
281-
requests are guaranteed to be available when you need them.
282-
.TP
283-
Standard - Standard retrievals allow you to access any of
284-
your archived objects within several hours. Standard
285-
retrievals typically complete within 3–5 hours. This is the
286-
default option for retrieval requests that do not specify
287-
the retrieval option.
288-
.TP
289-
Bulk - Bulk retrievals are Amazon Glacier’s lowest-cost
290-
retrieval option, enabling you to retrieve large amounts,
291-
even petabytes, of data inexpensively in a day. Bulk
292-
retrievals typically complete within 5–12 hours.
269+
\fB\-\-restore\-priority\fR=RESTORE_PRIORITY
270+
Priority for restoring files from S3 Glacier (only for
271+
'restore' command). Choices available: bulk, standard,
272+
expedited
293273
.TP
294274
\fB\-\-delete\-removed\fR
295-
Delete remote objects with no corresponding local file
296-
[sync]
275+
Delete destination objects with no corresponding
276+
source file [sync]
297277
.TP
298278
\fB\-\-no\-delete\-removed\fR
299-
Don't delete remote objects.
279+
Don't delete destination objects.
300280
.TP
301281
\fB\-\-delete\-after\fR
302282
Perform deletes after new uploads [sync]
@@ -543,7 +523,7 @@ Enable verbose output.
543523
Enable debug output.
544524
.TP
545525
\fB\-\-version\fR
546-
Show s3cmd version (1.6.1) and exit.
526+
Show s3cmd version (2.0.0) and exit.
547527
.TP
548528
\fB\-F\fR, \fB\-\-follow\-symlinks\fR
549529
Follow symbolic links as if they are regular files

0 commit comments

Comments
 (0)