Skip to content

saurabh-prosoft/sagd-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Scripts for browsing GCP Service Account Storage

Topics

Resources

License

Stars

Watchers

Forks