Storage.prototype.head(key: string): Task<StorageMetadata, StorageHeadFailed | StorageObjectNotFound>
Get metadata for an object without fetching the body.
Storage.prototype.head(key: string): Task<StorageMetadata, StorageHeadFailed | StorageObjectNotFound>
Get metadata for an object without fetching the body.
import { Storage } from ".";