I am creating a Signed-URL with GCS.
“signBlob” to sign a signature, it appears to expire in as little as 12 hours due to the rotation of the signBlob’s key.
doc: https://cloud.google.com/storage/docs/access-control/signed-urls?hl=en#signing-iam
So does this mean that even though the signature expires in 7 days, it could expire before that?
And if I want it to be valid for 7 days, do I have to use the HMAC key?