-
Notifications
You must be signed in to change notification settings - Fork 640
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.
Description
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
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.