This package has been deprecated

Author message:

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

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

4.4.0 • Public • Published

@cogeotiff/source-aws

Deprecated: this module has moved to @chunkd/source-aws

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

Usage

import { SourceAwsS3 } from '@cogeotiff/source-aws';
import S3 from 'aws-sdk/clients/s3';

const source = new SourceAwsS3('bucket', 'path/to/cog.tif', new S3());

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

Readme

Keywords

none

Package Sidebar

Install

npm i @cogeotiff/source-aws

Weekly Downloads

1

Version

4.4.0

License

MIT

Unpacked Size

28 kB

Total Files

20

Last publish

Collaborators

  • blacha