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