0.7.2 • Published 4 years ago

storage-gcp v0.7.2

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

Storage Google Cloud Platform

This package exports an implementation of Storage that allows using google cloud platform storage buckets as a generic storage unit.

Usage

import { GoogleCloudStorage, GoogleCloudStorageOptions } from 'storage-gcp'

const options: GoogleCloudStorageOptions = {
  // ...
}
const storage = new GoogleCloudStorage(options)

Optional: Register component with StorageFactory.

import { getStorageFactory } from 'storage-core'
import { GoogleCloudStorage } from 'storage-gcp'

getStorageFactory().register('google-cloud', GoogleCloudStorage)

//...

const options: GoogleCloudStorageOptions = {
  // ...
}
const storage = getStorageFactory().create({ type: 'google-cloud', ...options })
0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.4

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.4.2

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.3

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.0

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago