Re: [Twisted-Python] [ANN] txAWS 0.4.0

2017-07-04 Thread Jean-Paul Calderone
On Tue, Jul 4, 2017 at 4:08 PM, Glyph  wrote:

>
> > On Jul 4, 2017, at 4:30 AM, Jean-Paul Calderone <
> exar...@twistedmatrix.com> wrote:
> >
> > Hello all,
> >
> > I'm pleased to announce the release of txAWS 0.4.0.  txAWS is a library
> for interacting with Amazon Web Services (AWS) using Twisted.
>
> Woohoo!
>
> This reminds me; I have a question about txAWS: if I have an EC2 instance
> or ECS instance with a machine role, will txAWS pick up the ambient
> credentials from ... I guess it's the metadata server that provides them?
>
>
Nope, it totally won't.  There's been some progress recently in improving
the way credentials are supplied to txAWS.  I hope there's some more soon
to add these kinds of capabilities.

Jean-Paul



> -glyph
>
> ___
> Twisted-Python mailing list
> Twisted-Python@twistedmatrix.com
> https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] [ANN] txAWS 0.4.0

2017-07-04 Thread Glyph

> On Jul 4, 2017, at 4:30 AM, Jean-Paul Calderone  
> wrote:
> 
> Hello all,
> 
> I'm pleased to announce the release of txAWS 0.4.0.  txAWS is a library for 
> interacting with Amazon Web Services (AWS) using Twisted.

Woohoo!

This reminds me; I have a question about txAWS: if I have an EC2 instance or 
ECS instance with a machine role, will txAWS pick up the ambient credentials 
from ... I guess it's the metadata server that provides them?

-glyph

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


[Twisted-Python] [ANN] txAWS 0.4.0

2017-07-04 Thread Jean-Paul Calderone
Hello all,

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

You can download the release from PyPI .

txAWS development uses GitHub for issues and source control
.

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

Bugfixes


- txaws now correctly signs requests with paths that require urlencoding.
(#20)


Features


- The Route53 client now recognizes all of the basic resource record types.
  (#50)
- txaws now supports reading the AWS_SHARED_CREDENTIALS_FILE and environment
  variable. (#52)
- txAWS now raises a CredentialsNotFoundError when it cannot locate
  credentials. Catching the previously-raised ValueError is now deprecated.
  (#53)
- txaws.credentials.AWSCredentials now supports loading different sets of
  credentials via AWS_PROFILE. (#54)

Thanks to everyone who contributed and to Least Authority Enterprises
 for sponsoring my work on this release.

Jean-Paul Calderone
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python