Cloud Storage allows world-wide storage and retrieval of any amount of data at any time.
-
Read Prerequisites and How to run a sample first.
-
Install dependencies:
npm install
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]