The Azure disk options.
ReadonlynameA human-readable disk name (e.g. 'local', 's3'), used by the StorageManager.
No-op for object stores: prefixes are implicit and created on write.
Mint a short-lived signed (SAS) target to upload to path (direct-to-storage PUT).
The destination object path.
Expiry and the content type to bind into the signature.
The signed upload target.
Mint a short-lived signed (SAS) URL to download path.
The object path.
Expiry and response-header overrides.
The signed download URL.
StaticcreateCreate an Azure Blob driver.
The Azure disk options.
A new driver.
Azure Blob Storage driver.
Implements the agnostic FileSystem contract plus SignedUrlCapable against
@azure/storage-blob. The SDK is imported lazily and is an optional peer dependency, so this module carries no Azure weight until an Azure disk is actually used. Signed URLs (SAS) require the account name and key.