1Net::Amazon::S3::RequesUts:e:rPuCtoOnbtjreicbtu(t3e)d PeNrelt:D:oAcmuamzeonnt:a:tSi3o:n:Request::PutObject(3)
2
3
4
6 Net::Amazon::S3::Request::PutObject - An internal class to put an
7 object
8
10 version 0.91
11
13 my $http_request = Net::Amazon::S3::Request::PutObject->new(
14 s3 => $s3,
15 bucket => $bucket,
16 key => $key,
17 value => $value,
18 acl_short => $acl_short,
19 headers => $conf,
20 )->http_request;
21
23 This module puts an object.
24
26 http_request
27 This method returns a HTTP::Request object.
28
30 Leo Lapworth <llap@cpan.org>
31
33 This software is copyright (c) 2020 by Amazon Digital Services, Leon
34 Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover.
35
36 This is free software; you can redistribute it and/or modify it under
37 the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.32.0 2020-08N-e2t0::Amazon::S3::Request::PutObject(3)