Interface ListObjectsOptions

Options for listing a bucket's objects.

interface ListObjectsOptions {
    bucket: string;
    prefix?: string;
}

Properties

Properties

bucket: string

The bucket from which to list the objects.

prefix?: string

The prefix to filter the objects to select, based on the key.