line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# ABSTRACT: An internal class to handle object fetch response |
2
|
|
|
|
|
|
|
$Net::Amazon::S3::Operation::Object::Fetch::Response::VERSION = '0.991'; |
3
|
|
|
|
|
|
|
use Moose; |
4
|
99
|
|
|
99
|
|
652
|
|
|
99
|
|
|
|
|
234
|
|
|
99
|
|
|
|
|
2316
|
|
5
|
|
|
|
|
|
|
extends 'Net::Amazon::S3::Response'; |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
=pod |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=encoding UTF-8 |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 NAME |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
Net::Amazon::S3::Operation::Object::Fetch::Response - An internal class to handle object fetch response |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 VERSION |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
version 0.991 |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 DESCRIPTION |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Implements operation L<< GetObject|https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html >>. |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 AUTHOR |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Branislav Zahradník <barney@cpan.org> |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
35
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=cut |