0.2.0 • Published 4 years ago

ipfs-s3-dag-get v0.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

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

0.2.0

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago