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.
我想知道是否有一种方法可以从 Google Cloud 的 PHP 库中手动销毁签名的 URL,或者在生成中指定一些参数来指定“第一次打开链接时,销毁它”。
此时我发现只有一个“时间”可以从签名 URL 的生成中设置,没有别的。
谢谢
有没有办法手动销毁签名的 URL?
您需要删除服务帐户密钥,这可能会延迟几分钟,并且还会使其他签名 URL 无效。
签名 URL 的验证是通过公钥和时间戳进行的。如果时间戳没有过期,剩下的就是删除公钥,这需要删除服务帐户的私钥。
如果签名 URL 是由 Google 托管服务帐户密钥生成的,则您必须删除该服务帐户。