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

11.0.3 • Public • Published

@chunkd/source-aws

Load chunks of data from s3 using @aws-sdk/client-s3

Usage

import { SourceAwsS3 } from '@chunkd/source-aws';

const source = new SourceAwsS3(new URL('s3://linz-imagery/catalog.json'));

// Read in the first 1KB of data
const bytes = await source.fetch(0, 1024);

Advanced Usage

For caching, block alignment and fetch grouping see @chunkd/middleware and @chunkd/fs

Readme

Keywords

none

Package Sidebar

Install

npm i @chunkd/source-aws

Weekly Downloads

102

Version

11.0.3

License

MIT

Unpacked Size

15 kB

Total Files

10

Last publish

Collaborators

  • blacha