Skip to content

Commit

Permalink
Merge pull request #265 from silvolu/fix-storage-docs
Browse files Browse the repository at this point in the history
fix (docs): remove warning for storage bucket existence.
  • Loading branch information
ryanseys committed Oct 21, 2014
2 parents bc5db33 + 327d789 commit 029f3a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 029f3a5

Please sign in to comment.