Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix (docs): remove warning for storage bucket existence. #265

Merged
merged 1 commit into from
Oct 21, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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