diff --git a/docs/site/components/docs/docs.html b/docs/site/components/docs/docs.html index 86264557d39..6e2359b9d39 100644 --- a/docs/site/components/docs/docs.html +++ b/docs/site/components/docs/docs.html @@ -115,7 +115,7 @@

Storage Overview

The gcloud.storage object contains a bucket function, which is how you will interact with your Google Cloud Storage bucket. See the guide on Google Cloud Storage to create a bucket.

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

ACLs

Google Cloud Storage uses access control lists (ACLs) to manage object and bucket access. ACLs are the mechanism you use to share files with other users and allow other users to access your buckets and files.