Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在阿里巴巴上与阿里云生成链接以无限期过期链接?
$timeout = 0; //default 3600 $signedUrl = $ossClient->signUrl($bucketName, $object, $timeout, "GET"); echo $signedUrl;
Andrea关于签名 URL 的最大有效性是正确的。如果您正在寻找永不过期的静态 URL,我只看到两个选项:
public-read
从官方文档来看,这是不可能的。
URL 的最长有效期为32,400 秒,即 9 小时。
以下是来自上述链接的完整信息: