Skip to content

Latest commit

 

History

History
 
 

storage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Google Cloud Platform logo

Google Cloud Storage Node.js Samples

Cloud Storage allows world-wide storage and retrieval of any amount of data at any time.

Table of Contents

Setup

  1. Read Prerequisites and How to run a sample first.

  2. Install dependencies:

     npm install
    

Samples

Buckets

View the documentation or the source code.

Usage:

Usage: node buckets [COMMAND] [ARGS...]

Commands:

  create [BUCKET_NAME]
  list
  delete [BUCKET_NAME]

Create a bucket:

node buckets create [BUCKET_NAME]

List buckets:

node buckets list

Delete a bucket:

node buckets delete [BUCKET_NAME]