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

11.0.4 • 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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
11.0.462latest

Version History

VersionDownloads (Last 7 Days)Published
11.0.462
11.0.30
11.0.21
11.0.10
11.0.00
10.3.034
10.2.03
10.1.11
10.1.00
10.0.20
10.0.10
10.0.00
8.5.10
8.5.00
8.4.01
8.3.00
8.2.00
8.1.00
8.0.30
8.0.20
8.0.10
7.3.00
7.2.40
7.2.30
7.2.20
7.2.00
7.1.00
7.0.10
7.0.00
6.0.00
5.0.00
4.5.10
4.5.00
4.4.00

Package Sidebar

Install

npm i @chunkd/source-aws

Weekly Downloads

102

Version

11.0.4

License

MIT

Unpacked Size

12.2 kB

Total Files

9

Last publish

Collaborators

  • blacha