drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias FileStat

    One stored file's metadata, without its bytes.

    type FileStat = {
        chunks: number;
        mime: string | null;
        mirrored: boolean;
        modified: number;
        size: number;
        uri: string;
    }
    Index
    chunks: number
    mime: string | null
    mirrored: boolean

    whether a copy has been pushed to R2 for off-Worker serving

    modified: number

    ms since epoch

    size: number
    uri: string

    the full stream URI, e.g. public://styles/thumbnail/foo.png