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

    Interface S3ObjectRef

    S3ObjectRef identifies one object or object version.

    interface S3ObjectRef {
        key: string;
        versionId: string;
    }
    Index

    Properties

    Properties

    key: string
    versionId: string