1Net::Amazon::S3::HTTPReUqsueerstC(o3n)tributed Perl DocuNmeetn:t:aAtmiaoznon::S3::HTTPRequest(3)
2
3
4
6 Net::Amazon::S3::HTTPRequest - Create a signed HTTP::Request
7
9 version 0.91
10
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
21 This module creates an HTTP::Request object that is signed
22 appropriately for Amazon S3.
23
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
33 Leo Lapworth <llap@cpan.org>
34
36 This software is copyright (c) 2020 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.32.0 2020-08-20 Net::Amazon::S3::HTTPRequest(3)