R2Storage.prototype.getStream(path: string): Promise<ReadableStream<Uint8Array>>
Streams an object without buffering it.
Promise<ReadableStream<Uint8Array>>
The object body as a stream
R2Storage.prototype.getStream(path: string): Promise<ReadableStream<Uint8Array>>
Streams an object without buffering it.
Promise<ReadableStream<Uint8Array>>
The object body as a stream
import { R2Storage } from "cloudflare-plugin/src/index.ts";