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
§
RequestPayer?: RequestPayer | null
[src]