We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337aeeb commit 1f4574cCopy full SHA for 1f4574c
storage/src/list_hmac_keys.php
@@ -38,6 +38,7 @@ function list_hmac_keys($projectId)
38
// By default hmacKeys will use the projectId used by StorageClient() to list HMAC Keys.
39
$hmacKeys = $storage->hmacKeys(['projectId' => $projectId]);
40
41
+ printf('HMAC Key Metadata:' . PHP_EOL);
42
foreach ($hmacKeys as $hmacKey) {
43
printf('Service Account Email: %s' . PHP_EOL, $hmacKey->info()['serviceAccountEmail']);
44
printf('Access Id: %s' . PHP_EOL, $hmacKey->info()['accessId']);
0 commit comments