sagd

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i sagd

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.27 kB

Total Files

12

Last publish

Collaborators

  • saurabh-prosoft