$ npm install s3-block-store
Storage functions @ipld/block interface.
@ipld/block
const s3 = require('s3-block-store') const store = s3('bucketName') const { get, put, has } = store
Return Block instance.
Block
Return false or integer (size).
Stores block instance by attached CID.