method S3Provider.prototype.isHealthy
Since 0.1.0
S3Provider.prototype.isHealthy(): Promise<boolean>

M70c: a client.head('')-shaped bucket probe using the existing head member. Resolves true when the bucket answers, false when it does not (or the provider is not connected).

Return Type

Promise<boolean>

true when the bucket is reachable

Usage

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