CompleteMultipartUploadOutput
import type { CompleteMultipartUploadOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";interface CompleteMultipartUploadOutput {
Bucket?: string | null;
BucketKeyEnabled?: boolean | null;
ETag?: string | null;
Expiration?: string | null;
Key?: string | null;
Location?: string | null;
RequestCharged?: RequestCharged | null;
ServerSideEncryption?: ServerSideEncryption | null;
SSEKMSKeyId?: string | null;
VersionId?: string | null;
}§Properties
§
RequestCharged?: RequestCharged | null
[src]§
ServerSideEncryption?: ServerSideEncryption | null
[src]