10.0.4 • Published 1 year ago

@chunkd/source-google-cloud v10.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@chunkd/source-gcp

Load a chunks of a file from a AWS using aws-sdk

Usage

import { SourceGoogleStorage } from '@chunkd/source-google-cloud';
import { Storage } from '@google-cloud/storage';

const source = SourceGoogleStorage.fromUri('gs://bucket/path/to/cog.tif', new Storage());

// Load the first 1KB
await source.fetchBytes(0, 1024);
10.0.4

1 year ago

10.0.3

1 year ago

10.0.2

1 year ago

10.0.0

2 years ago

8.4.0

2 years ago

8.3.0

2 years ago