Documentation
    Preparing search index...
    type S3ListResult = {
        key: string;
        lastModified?: Date;
        relativePath: string;
        size: number;
    }
    Index

    Properties

    key: string
    lastModified?: Date
    relativePath: string
    size: number