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

Reports whether an object exists in GCS.

Parameters

path: string

Object key

Return Type

Promise<boolean>

true if present

Usage

import { GcsProvider } from "storage-plugin/src/index.ts";