Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
Bucket: string
[src]
§
CopySource: string
[src]
§
CopySourceIfMatch?: string | null
[src]
§
CopySourceIfModifiedSince?: Date | number | null
[src]
§
CopySourceIfNoneMatch?: string | null
[src]
§
CopySourceIfUnmodifiedSince?: Date | number | null
[src]
§
CopySourceRange?: string | null
[src]
§
CopySourceSSECustomerAlgorithm?: string | null
[src]
§
CopySourceSSECustomerKey?: Uint8Array | string | null
[src]
§
CopySourceSSECustomerKeyMD5?: string | null
[src]
§
ExpectedBucketOwner?: string | null
[src]
§
ExpectedSourceBucketOwner?: string | null
[src]
§
Key: string
[src]
§
PartNumber: number
[src]
§
RequestPayer?: RequestPayer | null
[src]
§
SSECustomerAlgorithm?: string | null
[src]
§
SSECustomerKey?: Uint8Array | string | null
[src]
§
SSECustomerKeyMD5?: string | null
[src]
§
UploadId: string
[src]