ListObjectsOutput
import type { ListObjectsOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";interface ListObjectsOutput {
CommonPrefixes: CommonPrefix[];
Contents: _Object[];
Delimiter?: string | null;
EncodingType?: EncodingType | null;
IsTruncated?: boolean | null;
Marker?: string | null;
MaxKeys?: number | null;
Name?: string | null;
NextMarker?: string | null;
Prefix?: string | null;
}