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 34061e1 commit 2ac043dCopy full SHA for 2ac043d
storage/src/activate_hmac_key.php
@@ -39,6 +39,7 @@ function activate_hmac_key($options = ['projectId' => 'your-project-id'])
39
$hmacKey = $storage->hmacKey($accessId, $options);
40
41
$hmacKey = $hmacKey->update('ACTIVE');
42
+
43
print("The HMAC key is now active.");
44
printf("HMAC key Metadata: %s" . PHP_EOL, print_r($hmacKey->info()));
45
}
storage/test/HmacCommandTest.php
@@ -84,7 +84,7 @@ public function testHmacKeyCreate()
84
$this->commandTesterCreate->execute(
85
[
86
'projectId' => self::$projectId,
87
- 'serviceAccoutnEmail' => $this->hmacServiceAccount
+ 'serviceAccountEmail' => $this->hmacServiceAccount
88
],
89
['interactive' => false]
90
);
0 commit comments