GcsProvider.prototype.get(path: string): Promise<Uint8Array | null>
Retrieves an object from GCS; null when absent.
Promise<Uint8Array | null>
The object bytes, or null
GcsProvider.prototype.get(path: string): Promise<Uint8Array | null>
Retrieves an object from GCS; null when absent.
Promise<Uint8Array | null>
The object bytes, or null
import { GcsProvider } from "storage-plugin/src/index.ts";