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.991
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 Branislav ZahradnĂk <barney@cpan.org>
34
36 This software is copyright (c) 2022 by Amazon Digital Services, Leon
37 Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav
38 ZahradnĂk.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.38.0 2023-07-21 Net::Amazon::S3::HTTPRequest(3)