Skip to content

Commit 1f4574c

Browse files
author
Frank Natividad
committed
Add print statement
1 parent 337aeeb commit 1f4574c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/src/list_hmac_keys.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ function list_hmac_keys($projectId)
3838
// By default hmacKeys will use the projectId used by StorageClient() to list HMAC Keys.
3939
$hmacKeys = $storage->hmacKeys(['projectId' => $projectId]);
4040

41+
printf('HMAC Key Metadata:' . PHP_EOL);
4142
foreach ($hmacKeys as $hmacKey) {
4243
printf('Service Account Email: %s' . PHP_EOL, $hmacKey->info()['serviceAccountEmail']);
4344
printf('Access Id: %s' . PHP_EOL, $hmacKey->info()['accessId']);

0 commit comments

Comments
 (0)