Check if a key already exists in storage.
(hash: string, type: StorageType)
| 5 | upload(hash: string, blob: Buffer, type: StorageType, mimeType?: string): Promise<string>; |
| 6 | /** Check if a key already exists in storage. */ |
| 7 | exists(hash: string, type: StorageType): Promise<boolean>; |
| 8 | /** Build the public download URL for a given hash. */ |
| 9 | getUrl(hash: string, type: StorageType): string; |
| 10 | /** Batch check which hashes exist. Returns set of existing hashes. */ |
no outgoing calls
no test coverage detected