pub fn sign_download_url_with_lifetime(
    c: &Credential,
    url: Url,
    lifetime: Duration
) -> Result<String, SystemTimeError>
Expand description

为私有空间签发对象下载 URL

Arguments

  • c - 私有空间所在账户的凭证
  • url - 对象下载 URL
  • lifetime - 下载 URL 有效期