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

    Interface ListObjectsResponse

    ListObjectsResponse is one page of list-objects results.

    interface ListObjectsResponse {
        objects: S3ObjectMeta[];
        commonPrefixes: string[];
        nextContinuationToken: string;
        hasMore: boolean;
    }
    Index

    Properties

    objects: S3ObjectMeta[]
    commonPrefixes: string[]
    nextContinuationToken: string
    hasMore: boolean