method StorageAdapter.head
StorageAdapter.head(key: string): Promise<StorageMetadata>

Get metadata without fetching the body.

Parameters

key: string

Return Type

Usage

import { type StorageAdapter } from ".";