Skip to main content
Module

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

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

Properties

optional
AbortDate: Date | number | null
optional
AbortRuleId: string | null
optional
Bucket: string | null
optional
Key: string | null
optional
UploadId: string | null
optional
ServerSideEncryption: ServerSideEncryption | null
optional
SSECustomerAlgorithm: string | null
optional
SSECustomerKeyMD5: string | null
optional
SSEKMSKeyId: string | null
optional
SSEKMSEncryptionContext: string | null
optional
BucketKeyEnabled: boolean | null
optional
RequestCharged: RequestCharged | null