Skip to content
Merged
Changes from 1 commit
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
5 changes: 5 additions & 0 deletions packages/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ localReadStream.pipe(remoteWriteStream);
bucket.upload('/photos/zoo/zebra.jpg').then(function(data) {
var file = data[0];
});

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.


// It's also possible to integrate with third-party Promise libraries.

This comment was marked as spam.

This comment was marked as spam.

var gcs = require('@google-cloud/storage')({
promise: require('bluebird')
});
```


Expand Down