Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method S3Bucket.prototype.headObject
import { S3Bucket } from "https://deno.land/x/s3@0.5.0/src/bucket.ts";

Parameters

key: string
optional
options: GetObjectOptions

Returns

Promise<HeadObjectResponse | undefined>