Net::Amazon::S3::Signature::V4Implementation(3pm) | User Contributed Perl Documentation | Net::Amazon::S3::Signature::V4Implementation(3pm) |
Net::Amazon::S3::Signature::V4Implementation - Implements the Amazon Web Services signature version 4, AWS4-HMAC-SHA256 (copy of Net::Amazon::Signature::V4)
version 0.991
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) 2022 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.
2022-07-18 | perl v5.34.0 |