I'm streaming videos from S3 using signed urls that expire after 1 hour. So after 1h the client would refetch the same video, as the previous signed url is not accessible any longer, which could be avoided, if I could use the S3 key or base url as a cache key instead of the full url.