0.13.0 • Published 5 years ago

@emeralt/storage-gcs v0.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@emeralt/storage-gcs

Emeralt storage plugin to store package tarball in Google Cloud Storage

Install

Using npm:

npm install @emeralt/storage-gcs

or using yarn:

yarn add @emeralt/storage-gcs

Usage

new EmeraltStorageGCS(options)

Options

type Options = {
  // @google-cloud/storage options
  // https://www.npmjs.com/package/@google-cloud/storage
  storage: StorageOptions

  path: {
    // bucket to use
    // default: emeralt-test
    bucket: string

    // prefix (for example, my/dir/prefix)
    prefix?: string
  }
}
0.13.0

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.2

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.3.0-alpha.0

5 years ago