Heroku pgbackups:url 在过期前还能用多久?

How long does the Heroku pgbackups:url last before expiring?

Heroku 指出:"While public, the URL is not guessable and expires after a short duration in order to keep your data secure." 用于 "heroku pgbackups:url" 命令。

有谁知道这会持续多久?

大约10分钟...备份存储在S3上,返回的URL是一个带Expires参数的签名URL,是Unix时间戳。例如,在 OS X 上,您可以通过 date -r [number].

转换为实际日期来检查值