Skip to content

ListObjectsV2

Source: src/Railway/ListObjectsV2.ts

Runtime binding for Railway ListObjectsV2 over the S3 API.

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

const listObjects = yield* Railway.ListObjectsV2(Data);
const result = yield* listObjects({ Prefix: "jobs/", MaxKeys: 100 });