Skip to main content
Module

x/aws_api/services/s3/mod.ts>UploadPartRequest

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

Properties

optional
Body: Uint8Array | string | null
Bucket: string
optional
ContentLength: number | null
optional
ContentMD5: string | null
Key: string
PartNumber: number
UploadId: string
optional
SSECustomerAlgorithm: string | null
optional
SSECustomerKey: Uint8Array | string | null
optional
SSECustomerKeyMD5: string | null
optional
RequestPayer: RequestPayer | null
optional
ExpectedBucketOwner: string | null