Skip to content

Commit

Permalink
fix (docs): remove warning for storage bucket existence.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
silvolu committed Oct 21, 2014
1 parent bc5db33 commit 94ba721
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 94ba721

Please sign in to comment.