MultipartUpload
import type { MultipartUpload } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";interface MultipartUpload {
Initiated?: Date | number | null;
Initiator?: Initiator | null;
Key?: string | null;
Owner?: Owner | null;
StorageClass?: StorageClass | null;
UploadId?: string | null;
}