MCPcopy Create free account
hub / github.com/amrkmn/x / S3ListObject

Interface S3ListObject

scripts/cache/utils.ts:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 ttl: number;
30 renewedAt?: number;
31 pid: number;
32 hostname: string;
33}
34
35export interface S3ListObject {
36 key: string;
37 lastModified?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected