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 300e0d1 commit 559af70Copy full SHA for 559af70
storage/src/delete_hmac_key.php
@@ -33,7 +33,7 @@
33
* @param string $options options for the new HMAC key.
34
*
35
*/
36
-function get_hmac_key($options = ['projectId' => 'your-project-id'])
+function delete_hmac_key($options = ['projectId' => 'your-project-id'])
37
{
38
$storage = new StorageClient();
39
$hmacKey = $storage->hmacKey($accessId, $options);
0 commit comments