Skip to main content
Module

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

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

Properties

optional
ServerSideEncryption: ServerSideEncryption | null
optional
ETag: string | null
optional
SSECustomerAlgorithm: string | null
optional
SSECustomerKeyMD5: string | null
optional
SSEKMSKeyId: string | null
optional
BucketKeyEnabled: boolean | null
optional
RequestCharged: RequestCharged | null