ipfs-s3-dag-get

0.2.0 • Public • Published

Twitter Follow Discord

ipfs s3 dag get

Slim library for getting ipfs dag objects from s3 storage.

Usage

const initIPFS = require('ipfs-s3-dag-get')
const config = {
  path: // ipfs path
  bucket: // aws bucket name
  accessKeyId: // aws access key id
  secretAccessKey: // aws secret access key
  endpoint: // aws endpoint
  s3ForcePathStyle, // aws force path-style URLs
  signatureVersion, // aws s3 signature version
}
const ipfs = await initIPFS(config)

Note that this library only supports the ipfs.dag.get(<cid>) method.

Maintainers

@zachferland

Readme

Keywords

Package Sidebar

Install

npm i ipfs-s3-dag-get

Weekly Downloads

11

Version

0.2.0

License

MIT

Unpacked Size

6.81 kB

Total Files

4

Last publish

Collaborators

  • zachferland