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::S3::Signature::V4Implementation(3) User Contributed Perl Documentation Net::Amazon::S3::Signature::V4Implementation(3)

Net::Amazon::S3::Signature::V4Implementation - Implements the Amazon Web Services signature version 4, AWS4-HMAC-SHA256 (copy of Net::Amazon::Signature::V4)

version 0.99

This package clones Net::Amazon::Signature::V4 0.19 adding support for signing URIs (GET request)

Until https://github.com/Grinnz/Net-Amazon-Signature-V4/pull/5 will be merged we have to maintain our clone.

Tim Nordenfur, "<tim at gurka.se>"

Maintained by Dan Book, "<dbook at cpan.org>"

Signs a request with your credentials by appending the Authorization header. $request should be an HTTP::Request. The signed request is returned.

Signs an uri with your credentials by appending the Authorization query parameters.

$expires_in integer value in range 1..604800 (1 second .. 7 days).

$expires_in default value is its maximum: 604800

$for_method HTTP method this uri should be signed for, default "GET"

The signed uri is returned.

Branislav Zahradník <barney@cpan.org>

This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2021-12-05 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.