Skip to content

storage doc fix #509

@mikemliu

Description

@mikemliu

storage overview docs at http://googlecloudplatform.github.io/gcloud-node/#/docs/v0.13.2/storage reference

var bucket = gcloud.storage.bucket('my-bucket');

and should be

var bucket = gcloud.storage().bucket('my-bucket');

Metadata

Metadata

Labels

api: storageIssues related to the Cloud Storage API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions