1Net::Amazon::S3::RequesUts:e:rPuCtoPnatrrti(b3u)ted PerlNeDto:c:uAmmeanztoant:i:oSn3::Request::PutPart(3)
2
3
4

NAME

6       Net::Amazon::S3::Request::PutPart - An internal class to put part of a
7       multipart upload
8

VERSION

10       version 0.86
11

SYNOPSIS

13         my $http_request = Net::Amazon::S3::Request::PutPart->new(
14           s3          => $s3,
15           bucket      => $bucket,
16           key         => $key,
17           value       => $value,
18           acl_short   => $acl_short,
19           headers     => $conf,
20           part_number => $part_number,
21           upload_id   => $upload_id
22         )->http_request;
23

DESCRIPTION

25       This module puts an object.
26

METHODS

28   http_request
29       This method returns a HTTP::Request object.
30

AUTHOR

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