Skip to main content
Module

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

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

Properties

Bucket: string
optional
IfMatch: string | null
optional
IfModifiedSince: Date | number | null
optional
IfNoneMatch: string | null
optional
IfUnmodifiedSince: Date | number | null
Key: string
optional
Range: string | null
optional
VersionId: string | null
optional
SSECustomerAlgorithm: string | null
optional
SSECustomerKey: Uint8Array | string | null
optional
SSECustomerKeyMD5: string | null
optional
RequestPayer: RequestPayer | null
optional
PartNumber: number | null
optional
ExpectedBucketOwner: string | null