From 6109c426e30dd9c19ede236a6e0b0ecbbf6f4ff8 Mon Sep 17 00:00:00 2001 From: Ryan Seys Date: Sun, 26 Apr 2015 22:08:41 -0400 Subject: [PATCH] Fix storage docs - fixes #509 --- docs/site/components/docs/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.