+ Fix #185
This commit is contained in:
parent
5af32a3ac6
commit
c5aed031f0
|
@ -138,7 +138,7 @@ sub S3 {
|
||||||
# Compute data
|
# Compute data
|
||||||
foreach my $bucket (@buckets) {
|
foreach my $bucket (@buckets) {
|
||||||
$self->{result}->{'S3'}->{ $bucket->{Name} } =
|
$self->{result}->{'S3'}->{ $bucket->{Name} } =
|
||||||
{ Creation date => $bucket->{CreationDate} };
|
{ 'Creation date' => $bucket->{CreationDate} };
|
||||||
$self->{result}->{count}->{'S3'}++;
|
$self->{result}->{count}->{'S3'}++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue