Skip to content

Commit

Permalink
Update version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fviard committed Oct 3, 2022
1 parent d43f30d commit bff5ad5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
21 changes: 21 additions & 0 deletions NEWS
@@ -1,3 +1,24 @@
s3cmd-2.3.0 - 2022-10-03
===============
* Added "getnotification", "setnotification", and "delnotification" commands for notification policies (hrchu)
* Added support for AWS_STS_REGIONAL_ENDPOINTS (#1218, #1228) (Johan Lanzrein)
* Added ConnectionRefused [111] exit code to handle connection errors (Salar Nosrati-Ershad)
* Added support for IMDSv2. Should work automatically on ec2 (Anthony Foiani)
* Added --list-allow-unordered to list objects unordered. Only supported by Ceph based s3-compatible services (#1269) (Salar Nosrati-Ershad)
* Fixed --exclude dir behavior for python >= 3.6 (Daniil Tararukhin)
* Fixed Cloudfront invalidate retry issue (Yuan-Hsiang Lee)
* Fixed 0 byte cache files crashing s3cmd (#1234) (Carlos Laviola)
* Fixed --continue behavior for the "get" command (#1009) (Anton Ustyugov)
* Fixed unicode issue with fixbucket (#1259)
* Fixed CannotSendRequest and ConnectionRefusedError errors at startup (#1261)
* Fixed error reporting for object info when the object does not exist
* Fixed "setup.py test" to do nothing to avoid failure that could be problematic for distribution packaging (#996)
* Improved expire command to use Rule/Filter/Prefix for LifecycleConfiguration (#1247)
* Improved PASS/CHECK/INCLUDE/EXCLUDE debug log messages
* Improved setup.py with python 3.9 and 3.10 support info(Ori Avtalion)
* Many other bug fixes


s3cmd-2.2.0 - 2021-09-27
===============
* Added support for metadata modification of files bigger than 5 GiB
Expand Down
2 changes: 1 addition & 1 deletion S3/PkgInfo.py
Expand Up @@ -7,7 +7,7 @@
## Copyright: TGRMN Software and contributors

package = "s3cmd"
version = "2.2.0"
version = "2.3.0"
url = "http://s3tools.org"
license = "GNU GPL v2+"
short_description = "Command line tool for managing Amazon S3 and CloudFront services"
Expand Down
16 changes: 15 additions & 1 deletion s3cmd.1
Expand Up @@ -117,6 +117,15 @@ Get a lifecycle policy for the bucket
.TP
s3cmd \fBdellifecycle\fR \fIs3://BUCKET\fR
Remove a lifecycle policy for the bucket
.TP
s3cmd \fBsetnotification\fR \fIFILE s3://BUCKET\fR
Upload a notification policy for the bucket
.TP
s3cmd \fBgetnotification\fR \fIs3://BUCKET\fR
Get a notification policy for the bucket
.TP
s3cmd \fBdelnotification\fR \fIs3://BUCKET\fR
Remove a notification policy for the bucket


.PP
Expand Down Expand Up @@ -445,6 +454,11 @@ maximum is 5GB.
Include MD5 sums in bucket listings (only for 'ls'
command).
.TP
\fB\-\-list\-allow\-unordered\fR
Not an AWS standard. Allow the listing results to be
returned in unsorted order. This may be faster when
listing very large buckets.
.TP
\fB\-H\fR, \fB\-\-human\-readable\-sizes\fR
Print sizes in human readable form (eg 1kB instead of
1234).
Expand Down Expand Up @@ -524,7 +538,7 @@ Enable verbose output.
Enable debug output.
.TP
\fB\-\-version\fR
Show s3cmd version (2.2.0) and exit.
Show s3cmd version (2.3.0) and exit.
.TP
\fB\-F\fR, \fB\-\-follow\-symlinks\fR
Follow symbolic links as if they are regular files
Expand Down

0 comments on commit bff5ad5

Please sign in to comment.