@valon-technologies/gestalt
    Preparing search index...

    Identifies a concrete object or object version.

    interface ObjectRef {
        bucket: string;
        key: string;
        versionId?: string;
    }
    Index

    Properties

    Properties

    bucket: string
    key: string
    versionId?: string