valhalla-wasm API
    Preparing search index...

    Private R2 source. No public URL or storage credentials are required.

    interface R2Source {
        bucket: R2Bucket;
        manifestKey: string;
        type: "r2";
    }
    Index
    bucket: R2Bucket

    R2 capability from the Worker environment; no request-owned objects.

    manifestKey: string

    Manifest object key, including its immutable version directory.

    type: "r2"

    Select direct binding reads.