Skip Menu |

This queue is for tickets about the SimpleDB-Class CPAN distribution.

Report information
The Basics
Id: 54617
Status: resolved
Priority: 0/
Queue: SimpleDB-Class

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Wishlist: parameterized domain names
The current design sets the domain name once at the class level, but this means there can only ever be one 'table' of that name for any given AWS account. It would be very nice to allow some sort of parameterized domain name or prefix to allow multiple copies to exist. E.g. my $library = Library->new(access_key => 'xxx', secret_key => 'yyy', prefix => 'dev' ); my $specific_book = $library->domain('book')->find('id goes here'); In the case above, the idea is that $specific_book would actually reference the domain 'dev.book' and not literally 'book'. I looked into it briefly, but got lost in the Moose-ness. -- David
I'd be happy to add that for you. However, I have a project with a deadline I must complete first, so it will be a week, maybe two, before I can put out a release that has this feature. Sorry for the delay.
Subject: Re: [rt.cpan.org #54617] Wishlist: parameterized domain names
Date: Mon, 15 Feb 2010 16:14:41 -0500
To: bug-SimpleDB-Class [...] rt.cpan.org
From: David Golden <dagolden [...] cpan.org>
On Mon, Feb 15, 2010 at 11:17 AM, JT Smith via RT <bug-SimpleDB-Class@rt.cpan.org> wrote: Show quoted text
> I'd be happy to add that for you. However, I have a project with a deadline I must complete first, > so it will be a week, maybe two, before I can put out a release that has this feature. Sorry for > the delay.
I have some major projects with deadlines, too, so I'm sympathetic. As it is, we're using SimpleDB::Class::HTTP to drive things, but I look forward to taking advantage of the rest of the SimpleDB sugar. Having this within a few weeks would be grand! David
Your wish is my command. Domain prefixes are supported in 1.0000, which will be released early next week.