CereusDB API Documentation
    Preparing search index...

    Interface ObjectStoreConfig

    interface ObjectStoreConfig {
        name?: string;
        options?: Record<string, string | number | boolean>;
        provider: ObjectStoreProvider;
        url: string;
    }
    Index

    Properties

    name?: string

    Optional diagnostic name.

    options?: Record<string, string | number | boolean>

    Upstream object_store option keys and primitive values.

    Backing provider.

    url: string

    URL prefix, for example https://host, s3://bucket, gs://bucket.