ipfs-s3-dag-get
v0.2.0
Published
Get ipfs dag objects stored in s3
Downloads
5,237
Readme
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.