line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# ABSTRACT: Internal class for service operation ListObjects |
2
|
|
|
|
|
|
|
$Net::Amazon::S3::Operation::Buckets::List::VERSION = '0.991'; |
3
|
|
|
|
|
|
|
use strict; |
4
|
99
|
|
|
99
|
|
697
|
use warnings; |
|
99
|
|
|
|
|
228
|
|
|
99
|
|
|
|
|
2876
|
|
5
|
99
|
|
|
99
|
|
505
|
|
|
99
|
|
|
|
|
215
|
|
|
99
|
|
|
|
|
2322
|
|
6
|
|
|
|
|
|
|
use Net::Amazon::S3::Operation::Objects::List::Request; |
7
|
99
|
|
|
99
|
|
38148
|
use Net::Amazon::S3::Operation::Objects::List::Response; |
|
99
|
|
|
|
|
353
|
|
|
99
|
|
|
|
|
3990
|
|
8
|
99
|
|
|
99
|
|
48998
|
|
|
99
|
|
|
|
|
330
|
|
|
99
|
|
|
|
|
3661
|
|
9
|
|
|
|
|
|
|
1; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=pod |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=encoding UTF-8 |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 NAME |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Net::Amazon::S3::Operation::Buckets::List - Internal class for service operation ListObjects |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 VERSION |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
version 0.991 |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 DESCRIPTION |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Implements operation L<< ListObjects|https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html >> |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 AUTHOR |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Branislav Zahradník <barney@cpan.org> |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. |
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
|
|
|
|
|
|
|
=cut |