Preparing search index...
The search index is not available
Ceramic Typescript Implementation
Ceramic Typescript Implementation
@ceramicnetwork/cli
S3KVFactory
Class S3KVFactory
Hierarchy
S3KVFactory
Implements
IKVFactory
Index
Constructors
constructor
Methods
close
create
dir
Path
open
store
Root
Constructors
constructor
new
S3KVFactory
(
bucketName
:
string
, networkName
:
string
, logger
:
DiagnosticsLogger
, customEndpoint
?:
string
)
:
S3KVFactory
Parameters
bucketName:
string
networkName:
string
logger:
DiagnosticsLogger
Optional
customEndpoint:
string
Returns
S3KVFactory
Methods
close
close
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
create
create
(
name
:
string
)
:
Promise
<
S3KVStore
>
Parameters
name:
string
Returns
Promise
<
S3KVStore
>
dir
Path
dir
Path
(
name
:
string
)
:
Promise
<
string
>
Parameters
name:
string
Returns
Promise
<
string
>
open
open
(
name
?:
string
)
:
Promise
<
S3KVStore
>
Parameters
Optional
name:
string
Returns
Promise
<
S3KVStore
>
store
Root
store
Root
(
networkName
?:
string
)
:
string
Parameters
networkName:
string
= ...
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
Ceramic
Typescript
Implementation
@ceramicnetwork/3id-
did-
resolver
@ceramicnetwork/anchor-
listener
@ceramicnetwork/anchor-
utils
@ceramicnetwork/base-
test-
utils
@ceramicnetwork/blockchain-
utils-
linking
cosmos
eosio
ethereum
filecoin
polkadot
solana
tezos
@ceramicnetwork/blockchain-
utils-
validation
@ceramicnetwork/cli
@ceramicnetwork/codecs
@ceramicnetwork/common
@ceramicnetwork/common-
test-
utils
@ceramicnetwork/core
@ceramicnetwork/did-
test-
utils
@ceramicnetwork/http-
client
@ceramicnetwork/indexing
@ceramicnetwork/ipfs-
daemon
@ceramicnetwork/ipfs-
topology
@ceramicnetwork/job-
queue
@ceramicnetwork/logger
@ceramicnetwork/pinning-
aggregation
@ceramicnetwork/pinning-
crust-
backend
@ceramicnetwork/pinning-
ipfs-
backend
@ceramicnetwork/pinning-
powergate-
backend
@ceramicnetwork/stream-
caip10-
link
@ceramicnetwork/stream-
caip10-
link-
handler
@ceramicnetwork/stream-
handler-
common
@ceramicnetwork/stream-
model
@ceramicnetwork/stream-
model-
handler
@ceramicnetwork/stream-
model-
instance
@ceramicnetwork/stream-
model-
instance-
handler
@ceramicnetwork/stream-
tile
@ceramicnetwork/stream-
tile-
handler
@ceramicnetwork/streamid
Stream
Ref
S3KVFactory
constructor
close
create
dir
Path
open
store
Root