-
Notifications
You must be signed in to change notification settings - Fork 639
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Continues #617 (diff)...
It seems a lot of people refer to "Cloud Storage" as "GCS" as opposed to "Storage". In userland, I've seen var gcs = gcloud.storage(/*...*/); more than once, and tend to prefer that name over the more generic "var storage;" naming.
Any thoughts on changing our Storage examples to use var gcs = gcloud.storage(); in place of var storage = gcloud.storage();? The term "storage" feels vague to me, instead of implying that it offers functionality that sits above a bucket.
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.