Skip Menu |

This queue is for tickets about the Net-Amazon-EC2 CPAN distribution.

Report information
The Basics
Id: 78740
Status: resolved
Priority: 0/
Queue: Net-Amazon-EC2

People
Owner: Nobody in particular
Requestors: allard [...] byte.nl
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.18
Fixed in: (no value)



Subject: Perl module does not parse tagSets for Volumes
Hi! The XML returned from Amazon gives you tagSets for Volumes when you describe them: 'item' => [ { 'volumeId' => 'vol-7c8fd123', 'status' => 'available', 'tagSet' => { 'item' => [ { 'value' => 'mdfsdfsfsdfsdfs', 'key' => 'name' } ] }, 'createTime' => '2012-08- 02T14:15:39.000Z', 'snapshotId' => {}, 'size' => '100', 'attachmentSet' => {}, 'availabilityZone' => 'eu-west-1a' } ] Please parse them into tagSet objects. Thanks, Allard
On Thu Aug 02 11:04:39 2012, allard@byte.nl wrote: Show quoted text
> Hi! > > The XML returned from Amazon gives you tagSets for Volumes when you > describe them:
[...] Show quoted text
> Please parse them into tagSet objects.
Thanks for the patch. Applied as cbce459eca5c48ce1bbc93739fe6150032262e2c
Just released 0.21