Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 519ba1b

Browse files
Benjamin E. Coecallmehiphop
authored andcommitted
docs: clarify in docs, the meaning of ASIA and coldline (#632)
1 parent 45bb622 commit 519ba1b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

samples/buckets.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ async function createBucket(bucketName) {
3636
*/
3737
// const bucketName = 'Name of a bucket, e.g. my-bucket';
3838

39-
// Creates a new bucket
39+
// Creates a new bucket in the Asia region with the coldline default storage
40+
// class. Leave the second argument blank for default settings.
41+
//
42+
// For default values see: https://cloud.google.com/storage/docs/locations and
43+
// https://cloud.google.com/storage/docs/storage-classes
4044
await storage.createBucket(bucketName, {
4145
location: 'ASIA',
4246
storageClass: 'COLDLINE',

0 commit comments

Comments
 (0)