The GCS 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 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 URL to download path.
The object path.
Expiry and response-header overrides.
The signed download URL.
StaticcreateCreate a GCS driver.
The GCS disk options.
A new driver.
Google Cloud Storage driver.
Implements the agnostic FileSystem contract plus SignedUrlCapable against
@google-cloud/storage. The SDK is imported lazily and is an optional peer dependency, so this module carries no GCS weight until a GCS disk is actually used.