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

UploadPartRequest

import type { UploadPartRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";
interface UploadPartRequest {
Body?: Uint8Array | string | null;
Bucket: string;
ContentLength?: number | null;
ContentMD5?: string | null;
ExpectedBucketOwner?: string | null;
Key: string;
PartNumber: number;
RequestPayer?: RequestPayer | null;
SSECustomerAlgorithm?: string | null;
SSECustomerKey?: Uint8Array | string | null;
SSECustomerKeyMD5?: string | null;
UploadId: string;
}

§Properties

§
Body?: Uint8Array | string | null
[src]
§
Bucket: string
[src]
§
ContentLength?: number | null
[src]
§
ContentMD5?: string | null
[src]
§
ExpectedBucketOwner?: 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]