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
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
> Node.js idiomatic client for [Cloud Storage][product-docs].
12
11
13
-
[Cloud Storage](https://cloud.google.com/storage/docs) allows world-wide storage and retrieval of any amount of data at any time. You can use Google Cloud Storage for a range of scenarios including serving website content, storing data for archival and disaster recovery, or distributing large data objects to users via direct download.
12
+
Cloud Storage Client Library for Node.js
14
13
15
14
16
-
*[Cloud Storage Node.js Client API Reference][client-docs]
| ACL (Access Control Lists) |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/acl.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/acl.js,samples/README.md)|
63
+
| Acl |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/acl.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/acl.js,samples/README.md)|
64
+
| Bucket Lock |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/bucketLock.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/bucketLock.js,samples/README.md)|
100
65
| 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)|
101
66
| 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)|
102
67
| 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)|
68
+
| 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)|
103
69
| 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)|
104
70
| Requester Pays |[source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/requesterPays.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/requesterPays.js,samples/README.md)|
105
71
106
-
The [Cloud Storage Node.js Client API Reference][client-docs] documentation
72
+
73
+
74
+
The [Google Cloud Storage Node.js Client API Reference][client-docs] documentation
107
75
also contains samples.
108
76
109
77
## Versioning
110
78
111
79
This library follows [Semantic Versioning](http://semver.org/).
112
80
81
+
113
82
This library is considered to be **General Availability (GA)**. This means it
114
83
is stable; the code surface will not change in backwards-incompatible ways
115
84
unless absolutely necessary (e.g. because of critical security issues) or with
116
85
an extensive deprecation period. Issues and requests against **GA** libraries
117
86
are addressed with the highest priority.
118
87
88
+
89
+
90
+
91
+
119
92
More Information: [Google Cloud Platform Launch Stages][launch_stages]
0 commit comments