UploadPartCopyRequest
import type { UploadPartCopyRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";interface UploadPartCopyRequest {
Bucket: string;
CopySource: string;
CopySourceIfMatch?: string | null;
CopySourceIfModifiedSince?: Date | number | null;
CopySourceIfNoneMatch?: string | null;
CopySourceIfUnmodifiedSince?: Date | number | null;
CopySourceRange?: string | null;
CopySourceSSECustomerAlgorithm?: string | null;
CopySourceSSECustomerKey?: Uint8Array | string | null;
CopySourceSSECustomerKeyMD5?: string | null;
ExpectedBucketOwner?: string | null;
ExpectedSourceBucketOwner?: string | null;
Key: string;
PartNumber: number;
RequestPayer?: RequestPayer | null;
SSECustomerAlgorithm?: string | null;
SSECustomerKey?: Uint8Array | string | null;
SSECustomerKeyMD5?: string | null;
UploadId: string;
}§Properties
§
RequestPayer?: RequestPayer | null
[src]