lp:goamz

Created by Gustavo Niemeyer and last modified
Get this branch:
bzr branch lp:goamz
Members of goamz maintainers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
goamz maintainers
Project:
goamz
Status:
Development

Recent revisions

49. By Katherine Cox-Buday

Add v4 signature support

The v2 signing process is still used by all regions except China. Making the
signing version depend on the region also keeps the public APIs unchanged.

R=gz
CC=
https://code.launchpad.net/~cox-katherine-e/goamz/lp1319475.v4.signature.support/+merge/230401

48. By Andrew Wilkins

aws: add cn-north-1 region

47. By Andrew Wilkins

ec2/ec2test: fix AvailZone handling in RunInstances

The RunInstances method in ec2test was expecting
a form parameter of AvailZone, whereas the API
specifies it as Placement.AvailabilityZone. I have
changed it to match.

46. By Andrew Wilkins

Merge trunk

45. By Andrew Wilkins

ec2: expose DescribeAvailabilityZone

Juju is growing support for manual
and automatic availability zone
distribution. Since availability zones
may differ between accounts, we need
to use DescribeAvailabilityZones to
enumerate them.

44. By Roger Peppe

ec2/ec2test: set empty DNSName initially

Initially set empty DNSName, causing the
client to re-request the DNSName. This
exercises the address refreshing logic
in juju's ec2 provider.

https://codereview.appspot.com/43650045/

43. By Gustavo Niemeyer

ec2: support RunInstances with BlockDeviceMappings

R=dfc, nate.finch
CC=
https://codereview.appspot.com/9860044

42. By Martin Packman

ec2: support instance prefix on group filters

The EC2 API documentation allows for alternative spellings of
the group-name and group-id filters on instances. It seems only
the prefixed forms are actually supported when using default VPC
despite claims to the contrary, so add support for them to the
test server infrastructure.

R=rog
CC=
https://codereview.appspot.com/14304043

41. By Martin Packman

ec2: Support groups at instance and reservation

Per the 2011-12-15 wsdl description of the EC2 api, the
GroupSetType containing security group details appears
on both ReservationInfoType and RunningInstancesSetType
inside it.

This branch updates the code to parse the details at both
levels in a RunInstances or DescribeInstances response,
and updates the mock server to return the same details
at both levels.

Change is required as it seems the reservation group set
is empty, while the instance group set is not in some
circumstances.

R=rog
CC=
https://codereview.appspot.com/14302043

40. By Martin Packman

ec2: Add IP addresses to Instance struct

Expose IPAddress and PrivateIPAddress on Instance and add
sample values to ec2test server.

R=rog, niemeyer
CC=
https://codereview.appspot.com/12768044

Branch metadata

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