Ceramic Daemon options for configuring behavior related to the state store.

Hierarchy

  • DaemonStateStoreConfig

Constructors

Properties

localDirectory?: string

If mode is 'fs', this controls where on the local file system to put the state store data. When specifying in a config file, use the name 'local-directory'.

Controls whether the state store stores data in the local filesystem or in Amazon S3

s3Bucket?: string

If mode is 's3', this is the S3 bucket name where the state store is written. When specifying in a config file, use the name 's3-bucket'.

s3Endpoint?: string

If mode is 's3', this is the optional custom S3 endpoint used to find the bucket. When specifying in a config file, use the name 's3-endpoint'. If not passed, 'https://s3.console.aws.amazon.com/s3/buckets/' will be used