lean-s3
    Preparing search index...

    Type Alias ListObjectsResult

    type ListObjectsResult = {
        contents: readonly S3BucketEntry[];
        continuationToken: string | undefined;
        isTruncated: boolean;
        keyCount: number;
        maxKeys: number;
        name: string;
        nextContinuationToken: string | undefined;
        prefix: string | undefined;
        startAfter: string | undefined;
    }
    Index

    Properties

    contents: readonly S3BucketEntry[]
    continuationToken: string | undefined
    isTruncated: boolean
    keyCount: number
    maxKeys: number
    name: string
    nextContinuationToken: string | undefined
    prefix: string | undefined
    startAfter: string | undefined