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
***getFiles:** Add nextPageToken to fields for autoPaginate ([#2570](https://github.com/googleapis/nodejs-storage/issues/2570)) ([75c309c](https://github.com/googleapis/nodejs-storage/commit/75c309c0761e4029dcd13024e748d8957052f766))
* Add ability to configure and utilize soft-delete and restore buckets ([#2566](https://github.com/googleapis/nodejs-storage/issues/2566)) ([25cdbb9](https://github.com/googleapis/nodejs-storage/commit/25cdbb918645362ce6994679e8a1c5e7cc666c87))
Copy file name to clipboardExpand all lines: handwritten/storage/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-storage/tre
161
161
| Get Requester Pays Status |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getRequesterPaysStatus.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/getRequesterPaysStatus.js,samples/README.md)|
162
162
| Get Retention Policy |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getRetentionPolicy.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/getRetentionPolicy.js,samples/README.md)|
163
163
| Storage Get Service Account. |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getServiceAccount.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/getServiceAccount.js,samples/README.md)|
164
+
| Get Soft Deleted Bucket |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getSoftDeletedBucket.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/getSoftDeletedBucket.js,samples/README.md)|
164
165
| Get Uniform Bucket Level Access |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getUniformBucketLevelAccess.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/getUniformBucketLevelAccess.js,samples/README.md)|
165
166
| Activate HMAC SA Key. |[source code](https://github.com/googleapis/nodejs-storage/blob/main/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)|
166
167
| Create HMAC SA Key. |[source code](https://github.com/googleapis/nodejs-storage/blob/main/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)|
@@ -174,6 +175,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-storage/tre
174
175
| List Files Paginate |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listFilesPaginate.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/listFilesPaginate.js,samples/README.md)|
175
176
| List Files with Old Versions. |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listFilesWithOldVersions.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/listFilesWithOldVersions.js,samples/README.md)|
176
177
| List Notifications |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listNotifications.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/listNotifications.js,samples/README.md)|
178
+
| List Soft Deleted Bucket |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listSoftDeletedBucket.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/listSoftDeletedBucket.js,samples/README.md)|
177
179
| Lock Retention Policy |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/lockRetentionPolicy.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/lockRetentionPolicy.js,samples/README.md)|
178
180
| Storage Make Bucket Public. |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/makeBucketPublic.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/makeBucketPublic.js,samples/README.md)|
179
181
| Make Public |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/makePublic.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/makePublic.js,samples/README.md)|
@@ -195,6 +197,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-storage/tre
195
197
| Remove File Owner Acl |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/removeFileOwnerAcl.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/removeFileOwnerAcl.js,samples/README.md)|
196
198
| Remove Retention Policy |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/removeRetentionPolicy.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/removeRetentionPolicy.js,samples/README.md)|
197
199
| Rename File |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/renameFile.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/renameFile.js,samples/README.md)|
200
+
| Restore Soft Deleted Bucket |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/restoreSoftDeletedBucket.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/restoreSoftDeletedBucket.js,samples/README.md)|
198
201
| Rotate Encryption Key |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/rotateEncryptionKey.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/rotateEncryptionKey.js,samples/README.md)|
199
202
| Set Autoclass |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setAutoclass.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/setAutoclass.js,samples/README.md)|
200
203
| Set Client Endpoint |[source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setClientEndpoint.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/setClientEndpoint.js,samples/README.md)|
@@ -282,7 +285,7 @@ Apache Version 2.0
282
285
283
286
See [LICENSE](https://github.com/googleapis/nodejs-storage/blob/main/LICENSE)
0 commit comments