S3Provider.prototype.getStream(path: string): Promise<ReadableStream<Uint8Array> | null>
Native stream download — zero-copy from S3.
Promise<ReadableStream<Uint8Array> | null>
A ReadableStream, or null if absent
S3Provider.prototype.getStream(path: string): Promise<ReadableStream<Uint8Array> | null>
Native stream download — zero-copy from S3.
Promise<ReadableStream<Uint8Array> | null>
A ReadableStream, or null if absent
import { S3Provider } from "storage-plugin/src/index.ts";