Skip Menu |

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

Report information
The Basics
Id: 79965
Status: resolved
Priority: 0/
Queue: Net-Amazon-Signature-V4

People
Owner: TIM [...] cpan.org
Requestors: franklin [...] amazon.com
Cc:
AdminCc:

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



Subject: Suggested clarification to module docs
The info at http://search.cpan.org/~tim/Net-Amazon-Signature-V4-0.11/lib/Net/Amazon/Signature/V4.pm looks like it could use some minor tweaks. I assume this is all in POD in V4.pm itself... It should be AWS4-HMAC-SHA256 not AWS4-HMAK-SHA256 (C not K). The Synopsis says the first arg for new is $account_id but the detailed docs say the first arg is $access_key_id. I'm guessing you intended this to be $access_key_id in both places.
Thank you for pointing out my mistakes. They have been fixed in Net::Amazon::Signature::V4 0.12 and Net::Amazon::Glacier 0.11. On Tue Oct 02 18:45:27 2012, amzfranklin wrote: Show quoted text
> The info at > http://search.cpan.org/~tim/Net-Amazon-Signature-V4- > 0.11/lib/Net/Amazon/Signature/V4.pm > looks like it could use some minor tweaks. I assume this is all in > POD > in V4.pm itself... > > It should be AWS4-HMAC-SHA256 not AWS4-HMAK-SHA256 (C not K). > > The Synopsis says the first arg for new is $account_id but the > detailed > docs say the first arg is $access_key_id. I'm guessing you intended > this to be $access_key_id in both places.