0.7.2 • Published 5 years ago
storage-gcp v0.7.2
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
5 years ago
0.7.1
5 years ago
0.7.0
5 years ago
0.6.3
6 years ago
0.6.2
6 years ago
0.6.4
6 years ago
0.6.1
6 years ago
0.6.0
6 years ago
0.5.0
6 years ago
0.4.1
6 years ago
0.4.2
6 years ago
0.3.3
6 years ago
0.3.0
6 years ago
0.2.1
6 years ago
0.2.7
6 years ago
0.2.6
6 years ago
0.2.9
6 years ago
0.2.8
6 years ago
0.2.3
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.0
6 years ago
0.1.13
6 years ago
0.1.12
6 years ago
0.1.10
6 years ago
0.1.11
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago