Skip to content

HeadObject

Source: src/Fly/HeadObject.ts

Runtime binding for Tigris HeadObject over the S3 API.

Bind this operation to a Bucket in Service init. Provide HeadObjectHttp.

const headObject = yield* Fly.HeadObject(Data);
const head = yield* headObject({ Key: "hello.txt" });