lp:~clint-fewbar/txaws/fix-s3-port
- Get this branch:
- bzr branch lp:~clint-fewbar/txaws/fix-s3-port
Branch merges
- Free Ekanayaka (community): Approve
-
Diff: 50 lines (+29/-2)2 files modifiedtxaws/s3/client.py (+6/-2)
txaws/s3/tests/test_client.py (+23/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 90. By Free Ekanayaka
-
Merge parameter-validator [a=ack] [r=jkakar]
This adds an optional validator argument to Parameter, to provide
custom validation. - 88. By Free Ekanayaka
-
Add a path parameter to QueryAPI, for cases where the service sits behind a reverse proxy [trivial] [r=therve,bjornt]
- 87. By Free Ekanayaka
-
Merge query-api [f=782546] [r=jseutter]
This branch adds a new txaws.server package, sporting the
following classes:- resource.QueryAPI: a base class that can be used to implement
EC2-like APIs- schema.Schema: a schema class that can be used to specify and
parse the parameters of an EC2-like HTTP request - 86. By Free Ekanayaka
-
Merge use-port-
in-signature [f=781540] [r=therve] This branch introduces the following changes:
- There's now a txaws.ec2.
client. Signature class that can be used
to compute a signature, without requiring a Query instance. The
Query class has been modified to make use of it.- The txaws.service.
AWSServiceEndpo int has been modified to not
try to be smart when parsing the uri parameter in the constructor,
i.e. if the uri doesn't contain a port, it will be set to None.- The defaultPort parameter of txaws.util.parse now is a boolean
flag to indicate whether to a provide default port in case the
given uri doesn't include one.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:txaws