sagd
v1.0.0
Published
Service Account Storage explorer scripts
Downloads
5
Readme
sagd
Scripts for browsing Google Cloud Service Account default storage
Installation
NPM
npm i sagd
Example Usage
import { auth } from "sagd";
import { listAll } from 'sagd/funcs';
const storage = auth();
const files = await listAll(storage);
Authentication uses SAGD_KEY environment variable which should point to your service account key.