@impactor/gcloud-storage
v3.0.4
Published
google cloud storage
Downloads
178
Readme
Google cloud storage
Example
let gcs = new Storage({ bucket: "myBucket" });
gcs.upload("./image.jpg");
gcs.download("image.jpg");
gcs.downloadAll();
gcs.write("file.txt", "hello world!");
gcs.exists("image.jpg");