line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Net::Amazon::S3::Operation::Object::Upload::Complete; |
2
|
|
|
|
|
|
|
# ABSTRACT: Internal class to perform CompleteMultipartUpload operation |
3
|
|
|
|
|
|
|
$Net::Amazon::S3::Operation::Object::Upload::Complete::VERSION = '0.99'; |
4
|
99
|
|
|
99
|
|
812
|
use strict; |
|
99
|
|
|
|
|
312
|
|
|
99
|
|
|
|
|
3524
|
|
5
|
99
|
|
|
99
|
|
668
|
use warnings; |
|
99
|
|
|
|
|
292
|
|
|
99
|
|
|
|
|
3144
|
|
6
|
|
|
|
|
|
|
|
7
|
99
|
|
|
99
|
|
49749
|
use Net::Amazon::S3::Operation::Object::Upload::Complete::Request; |
|
99
|
|
|
|
|
414
|
|
|
99
|
|
|
|
|
4471
|
|
8
|
99
|
|
|
99
|
|
60188
|
use Net::Amazon::S3::Operation::Object::Upload::Complete::Response; |
|
99
|
|
|
|
|
437
|
|
|
99
|
|
|
|
|
4497
|
|
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
1; |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
__END__ |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=pod |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=encoding UTF-8 |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 NAME |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
Net::Amazon::S3::Operation::Object::Upload::Complete - Internal class to perform CompleteMultipartUpload operation |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 VERSION |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
version 0.99 |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 DESCRIPTION |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Implements operation L<< CompleteMultipartUpload|https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html >> |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 AUTHOR |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
Branislav Zahradník <barney@cpan.org> |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. |
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
|
|
|
|
|
|
|
=cut |