1Net::Amazon::S3::HTTPReUqsueerstC(o3n)tributed Perl DocuNmeetn:t:aAtmiaoznon::S3::HTTPRequest(3)
2
3
4

NAME

6       Net::Amazon::S3::HTTPRequest - Create a signed HTTP::Request
7

VERSION

9       version 0.86
10

SYNOPSIS

12         my $http_request = Net::Amazon::S3::HTTPRequest->new(
13           s3      => $self->s3,
14           method  => 'PUT',
15           path    => $self->bucket . '/',
16           headers => $headers,
17           content => $content,
18         )->http_request;
19

DESCRIPTION

21       This module creates an HTTP::Request object that is signed
22       appropriately for Amazon S3.
23

METHODS

25   http_request
26       This method creates, signs and returns a HTTP::Request object.
27
28   query_string_authentication_uri
29       This method creates, signs and returns a query string authentication
30       URI.
31

AUTHOR

33       Leo Lapworth <llap@cpan.org>
34
36       This software is copyright (c) 2019 by Amazon Digital Services, Leon
37       Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover.
38
39       This is free software; you can redistribute it and/or modify it under
40       the same terms as the Perl 5 programming language system itself.
41
42
43
44perl v5.28.1                      2019-04-12   Net::Amazon::S3::HTTPRequest(3)
Impressum