Is the path supported by this BlobStore?
Although this is async, this is expected to be a relatively fast operation (ie - you shouldn't make network calls).
hasValidPath(path: string | undefined, opts: BlobStoreStoreOptions): Promise<boolean>| Name | Type | Description |
|---|---|---|
path* | string | undefined | The path to check |
opts | BlobStoreStoreOptions | Any options (if needed) that may be used to determine if it is valid |