method R2Storage.prototype.exists
R2Storage.prototype.exists(path: string): Promise<boolean>

Reports whether an object exists.

Parameters

path: string

Object path/key

Return Type

Promise<boolean>

true if present

Usage

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