0.2.0 • Published 5 years ago

ipfs-s3-dag-get v0.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago