Skip Menu |

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

Report information
The Basics
Id: 92729
Status: resolved
Priority: 0/
Queue: Net-Amazon-DynamoDB

People
Owner: Nobody in particular
Requestors: dmaxson [...] frontporch.com
Cc:
AdminCc:

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



Subject: Ability to Specify Region
Date: Tue, 4 Feb 2014 19:46:52 +0000
To: "bug-Net-Amazon-DynamoDB [...] rt.cpan.org" <bug-Net-Amazon-DynamoDB [...] rt.cpan.org>
From: Derek Maxson <dmaxson [...] frontporch.com>
Currently, all transactions occur in the primary Amazon region us-east. It would be helpful to be able to place objects into any region through designating a region when connecting. For example: my $ddb = Net::Amazon::DynamoDB->new( access_key => $config->{'aws_access_key'}, secret_key => $config->{'aws_secret_key’}, region->$config->{‘aws_region’}, tables => {
Fixed with docs