1Net::Amazon::S3::RequesUts:e:rPuCtoPnatrrti(b3u)ted PerlNeDto:c:uAmmeanztoant:i:oSn3::Request::PutPart(3)
2
3
4
6 Net::Amazon::S3::Request::PutPart - An internal class to put part of a
7 multipart upload
8
10 version 0.91
11
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
25 This module puts an object.
26
28 http_request
29 This method returns a HTTP::Request object.
30
32 Leo Lapworth <llap@cpan.org>
33
35 This software is copyright (c) 2020 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.32.0 2020-08-2N0et::Amazon::S3::Request::PutPart(3)