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.
Inspecting Objects
Section titled “Inspecting Objects”const headObject = yield* Fly.HeadObject(Data);const head = yield* headObject({ Key: "hello.txt" });