Merge lp://staging/~mirtchovski/goamz/ec2 into lp://staging/~gophers/goamz/trunk
Proposed by
andrey mirtchovski
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~mirtchovski/goamz/ec2 |
Merge into: | lp://staging/~gophers/goamz/trunk |
Diff against target: |
525 lines (+376/-21) 7 files modified
ec2/ec2.go (+119/-18) ec2/ec2_test.go (+38/-0) ec2/ec2i_test.go (+69/-0) ec2/ec2test/filter.go (+2/-2) ec2/ec2test/server.go (+1/-1) ec2/responses_test.go (+16/-0) ec2/volume.go (+131/-0) |
To merge this branch: | bzr merge lp://staging/~mirtchovski/goamz/ec2 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
The Go Language Gophers | Pending | ||
Review via email: mp+129325@code.staging.launchpad.net |
Description of the change
To post a comment you must log in.
Unmerged revisions
- 27. By andrey mirtchovski
-
merge
- 26. By andrey mirtchovski
-
Volume management for ec2
This change adds the 'Images' command allowing clients to examine their, as well as public, images available on AWS.