method R2Storage.prototype.get
R2Storage.prototype.get(path: string): Promise<Uint8Array>

Retrieves an object.

Parameters

path: string

Object path/key

Return Type

Promise<Uint8Array>

The object bytes

Throws

Error

If the object does not exist

Usage

import { R2Storage } from "cloudflare-plugin/src/index.ts";