This commit is contained in:
garnier-quentin 2015-10-16 00:21:30 +02:00
parent 5af32a3ac6
commit c5aed031f0
1 changed files with 2 additions and 2 deletions

View File

@ -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'}++;
}
}
@ -166,7 +166,7 @@ sub RDS {
}
sub disco_format {
my ( $self, %options ) = @_;
my ($self, %options) = @_;
my $names = [ 'name', 'id', 'state', 'service' ];
$self->{output}->add_disco_format( elements => $names );