sagd
v1.0.0
Published
Service Account Storage explorer scripts
Readme
sagd
Scripts for browsing Google Cloud Service Account default storage
Installation
NPM
npm i sagdExample 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.
