From 327d789324620def7d1377bc450483ead914bb8b Mon Sep 17 00:00:00 2001 From: Silvano Luciani Date: Tue, 21 Oct 2014 15:17:02 -0700 Subject: [PATCH] fix (docs): remove warning for storage bucket existence. Before 0.9.0 it was not possible to create a bucket using the library, so it had to be done by other means. Starting from 0.9.0 it is possible, so we can remove this warning. --- README.md | 2 -- lib/index.js | 6 ------ 2 files changed, 8 deletions(-) diff --git a/README.md b/README.md index 8ab158450a8..cd9297850a8 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,6 @@ dataset.get(dataset.key(['Product', 'Computer']), function(err, entity) { [Google Cloud Storage][cloud-storage] ([docs][cloud-storage-docs]) allows you to store data on Google infrastructure with very high reliability, performance and availability, and can be used to distribute large data objects to users via direct download. -If you don't have a bucket already, follow the steps of the [Creating a Bucket guide][cloud-storage-create-bucket] to learn how to create your own. - See the [gcloud-node Storage API documentation][gcloud-storage-docs] to learn how to connect to Cloud Storage using this library. ```js diff --git a/lib/index.js b/lib/index.js index a97ed5e84c2..8e068270c0a 100644 --- a/lib/index.js +++ b/lib/index.js @@ -175,12 +175,6 @@ gcloud.pubsub = function(config) { * [Google Cloud Storage API docs]{@link https://developers.google.com/storage/} * for more information. * - * You need to create a Google Cloud Storage bucket to use this client - * library. - * Follow the steps on - * [Google Cloud Storage docs]{@link https://developers.google.com/storage/} - * to create a bucket. - * @type {module:storage} * * @return {module:storage}