Discussion:
[Twisted-Python] [ANN] txAWS 0.3.0
Jean-Paul Calderone
2017-04-10 13:17:52 UTC
Permalink
Hello all,

I'm pleased to announce the release of txAWS 0.3.0. txAWS is a library for
interacting with
Amazon Web Services (AWS) using Twisted.

You can download the release from PyPI <https://pypi.python.org/pypi/txAWS>
(https://pypi.python.org/pypi/txAWS).

txAWS development uses GitHub for issues and source control
<https://github.com/twisted/txaws> (https://github.com/twisted/txaws).

Since the last release, the following enhancements have been made:

- Jean-Paul Calderone added basic Route53 support.
- Mark Williams add Auth v4, now used by the S3 and Route53 support.
- Francisco Souza added support for VPCs to some EC2 APIs.
- Drew Smathers added multi-part S3 upload support.
- Several people added other S3 client features such as pagination and
streaming uploads.
- *txaws.testing* now provides S3 and Route53 support.

Additionally, the following APIs have been deprecated:

- The *client* attribute of *txaws.client.base.BaseQuery*
- The *date* attribute of *txaws.s3.client.Query*

Thanks to everyone who contributed and to Least Authority Enterprises
<https://leastauthority.com/> (<https://leastauthority.com/>) for
sponsoring my work on this release.

Jean-Paul Calderone

Continue reading on narkive:
Loading...