Skip to main content
Module

x/aws_api/services/s3/structs.ts>UploadPartCopyRequest

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface UploadPartCopyRequest
import { type UploadPartCopyRequest } from "https://deno.land/x/aws_api@v0.8.0/services/s3/structs.ts";

Properties

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