You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,12 @@ has instructions for running the samples.
97
97
| Buckets |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/buckets.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/buckets.js,samples/README.md)|
98
98
| Encryption |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/encryption.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/encryption.js,samples/README.md)|
99
99
| Files |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/files.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/files.js,samples/README.md)|
100
+
| Activate HMAC SA Key. |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeyActivate.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyActivate.js,samples/README.md)|
101
+
| Create HMAC SA Key. |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeyCreate.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyCreate.js,samples/README.md)|
102
+
| Deactivate HMAC SA Key. |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeyDeactivate.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyDeactivate.js,samples/README.md)|
103
+
| Delete HMAC SA Key. |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeyDelete.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyDelete.js,samples/README.md)|
104
+
| Get HMAC SA Key Metadata. |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeyGet.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyGet.js,samples/README.md)|
105
+
| List HMAC SA Keys Metadata. |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeysList.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeysList.js,samples/README.md)|
100
106
| Iam |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/iam.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/iam.js,samples/README.md)|
101
107
| Notifications |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/notifications.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/notifications.js,samples/README.md)|
102
108
| Quickstart |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/quickstart.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)|
Copy file name to clipboardExpand all lines: samples/README.md
+120Lines changed: 120 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ objects to users via direct download.
24
24
*[Buckets](#buckets)
25
25
*[Encryption](#encryption)
26
26
*[Files](#files)
27
+
*[Activate HMAC SA Key.](#activate-hmac-sa-key.)
28
+
*[Create HMAC SA Key.](#create-hmac-sa-key.)
29
+
*[Deactivate HMAC SA Key.](#deactivate-hmac-sa-key.)
30
+
*[Delete HMAC SA Key.](#delete-hmac-sa-key.)
31
+
*[Get HMAC SA Key Metadata.](#get-hmac-sa-key-metadata.)
32
+
*[List HMAC SA Keys Metadata.](#list-hmac-sa-keys-metadata.)
27
33
*[Iam](#iam)
28
34
*[Notifications](#notifications)
29
35
*[Quickstart](#quickstart)
@@ -142,6 +148,120 @@ __Usage:__
142
148
143
149
144
150
151
+
### Activate HMAC SA Key.
152
+
153
+
Activate HMAC SA Key.
154
+
155
+
View the [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeyActivate.js).
156
+
157
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyActivate.js,samples/README.md)
View the [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeyCreate.js).
175
+
176
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyCreate.js,samples/README.md)
View the [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeyDeactivate.js).
194
+
195
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyDeactivate.js,samples/README.md)
View the [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeyDelete.js).
213
+
214
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyDelete.js,samples/README.md)
View the [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeyGet.js).
232
+
233
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyGet.js,samples/README.md)
View the [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/hmacKeysList.js).
251
+
252
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeysList.js,samples/README.md)
253
+
254
+
__Usage:__
255
+
256
+
257
+
`node hmacKeyList.js [projectId]`
258
+
259
+
260
+
-----
261
+
262
+
263
+
264
+
145
265
### Iam
146
266
147
267
View the [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/iam.js).
0 commit comments