1.0.6 • Published 4 years ago

s3-block-store v1.0.6

Weekly downloads
-
License
(Apache-2.0 AND M...
Repository
-
Last release
4 years ago

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.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago