npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

s3-block-store

1.0.6

@mikeal

npmSnykSocket
Downloads:208
$ npm install s3-block-store
DailyWeeklyMonthlyYearly

s3-block-store

Storage functions @ipld/block interface.

const s3 = require('s3-block-store')
const store = s3('bucketName')

const { get, put, has } = store

get(cid)

Return Block instance.

has(cid)

Return false or integer (size).

put(block)

Stores block instance by attached CID.