lp:~hugh-emberson/txaws/txaws-s3-conn-pool

Created by Hugh Emberson and last modified
Get this branch:
bzr branch lp:~hugh-emberson/txaws/txaws-s3-conn-pool
Only Hugh Emberson can upload to this branch. If you are Hugh Emberson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Hugh Emberson
Project:
txAWS
Status:
Development

Recent revisions

158. By Hugh Emberson

Add connection pooling to the s3 client.

txaws/client/base.py: BaseQuery: add a connection_pool argument to __init__(), store it and pass it to twisted.web.Agent when we create them.
txaws/s3/client.py: S3Client: add a connection_pool attribute and pass it though to the queries.

157. By Alberto Donato

Merged catch-all-server-error [r=fcorrea] [f=1211815].

This returns a generic "Server error" message for exceptions that are not APIError (the code is already 500 for those responses).
This avoids potential disclosure of server-side information (such as from tracebacks).

156. By Alberto Donato

Merged xss-hardening [r=fcorrea] [f=1211805,1211810].

Based on Chris' branch lp:~tribaal/txaws/xss-hardening, drops the cgi.escape as json content shoudn't be escaped.

It also adds the "X-Content-Type-Options: nosniff" header, to prevent browsers from guessing the content type, and use the one declared in the response (application/json).

155. By Alberto Donato

Implement parse(), not coerce() [trivial] [r=free.ekanayaka].

154. By Alberto Donato

Add a UnicodeLine parameter type (for a single line of text, no newlines). [trivial] [r=free.ekanayaka].

153. By Francisco Souza

basic vpc and proxy support

152. By Thomas Herve

Enforce the name of list elements in the server schema if not provided [trivial]

151. By Andreas Hasenack

Merged no-local-dir-for-ca-lookup [r=radix] [f=1072793]

This branch changes get_ca_certs() so that it does not accidentally include the
current directory when looking for *.pem CA files to load.

150. By Free Ekanayaka

Support __contains__ in txaws.server.schema.Arguments [trivial] [r=therve]

149. By Christopher Armstrong

Merge ordered-parameters [r=free.ekanayaka,therve] [f=1003233]

This branch adds the following methods:

- Schema.get_parameters
- MethodRegistry.get_action
- MethodRegistry.get_versions

It maintains the original order of parameters passed to Schema and
returns them from get_parameters in the same order.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:txaws
This branch contains Public information 
Everyone can see this information.

Subscribers