This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@chunkd/source-google-cloud
TypeScript icon, indicating that this package has built-in type declarations

10.0.4 • Public • Published

@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);

Readme

Keywords

none

Package Sidebar

Install

npm i @chunkd/source-google-cloud

Weekly Downloads

286

Version

10.0.4

License

MIT

Unpacked Size

54.8 kB

Total Files

25

Last publish

Collaborators

  • blacha