GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Amazon::Signature::V3(3) User Contributed Perl Documentation Net::Amazon::Signature::V3(3)

Net::Amazon::Signature::V3 - Sign AWS requests -- V3

This document describes version 0.001 of Net::Amazon::Signature::V3 - released October 29, 2012 as part of Net-Amazon-Signature-V3.

    # somewhere inside the depths of your code...
    my $signer = Net::Amazon::Signature::V3->new(id => $id, key => $key);
    my $req = HTTP::Request->new('GET', $uri, [ $signer->signed_headers ]);

    # profit!

Amazon requires authentication when interfacing with its web services; this package implements V3 of Amazon's authentication schemes.

Returns a list of several key-value pairs suitable for including directly as headers. These headers will authenticate the request to Amazon.

Note that these headers are only good when used within 5 minutes of the time that Amazon thinks it is.

This routine is largely based off code extracted from "request" in Net::Amazon::Route53.

Please see those modules/websites for more information related to this module.
  • -- signed_headers() is largely based off of the code
  • inside .

The development version is on github at <http://github.com/RsrchBoy/net-amazon-signature-v3> and may be cloned from <git://github.com/RsrchBoy/net-amazon-signature-v3.git>

Please report any bugs or feature requests on the bugtracker website https://github.com/RsrchBoy/net-amazon-signature-v3/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

Chris Weyl <cweyl@alumni.drew.edu>

This software is Copyright (c) 2012 by Chris Weyl.

This is free software, licensed under:

  The GNU Lesser General Public License, Version 2.1, February 1999

Hey! The above document had some coding errors, which are explained below:
Around line 110:
Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Around line 114:
Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

2012-10-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.