mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-09 14:54:43 +02:00
+ Fix #185
This commit is contained in:
parent
5af32a3ac6
commit
c5aed031f0
@ -138,7 +138,7 @@ sub S3 {
|
||||
# Compute data
|
||||
foreach my $bucket (@buckets) {
|
||||
$self->{result}->{'S3'}->{ $bucket->{Name} } =
|
||||
{ Creation date => $bucket->{CreationDate} };
|
||||
{ 'Creation date' => $bucket->{CreationDate} };
|
||||
$self->{result}->{count}->{'S3'}++;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user