HeadObject
Source:
src/Railway/HeadObject.ts
Runtime binding for Railway 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* Railway.HeadObject(Data);const head = yield* headObject({ Key: "hello.txt" });