taolib.testing.file_storage.cdn.protocols#

CDN 提供商协议定义。

定义 CDNProviderProtocol 接口。

Classes#

CDNProviderProtocol

CDN 提供商协议。

Module Contents#

class taolib.testing.file_storage.cdn.protocols.CDNProviderProtocol#

Bases: Protocol

CDN 提供商协议。

generate_url(bucket: str, key: str) str#

生成 CDN 访问 URL。

sign_url(url: str, expires_in: int = 3600) str#

生成签名 URL。

async invalidate_paths(paths: list[str]) None#

刷新 CDN 缓存(指定路径)。

async invalidate_all() None#

刷新 CDN 全部缓存。