GcsSignedUrl.StringToSign.generate_v2
You're seeing just the function
generate_v2
, go back to GcsSignedUrl.StringToSign module for more information.
Specs
generate_v2(String.t(), String.t(), String.t(), GcsSignedUrl.sign_v2_opts()) :: t()
Creates the string to sign according to https://cloud.google.com/storage/docs/access-control/signed-urls-v2 and returns it together with a template for the URL that is being signed.
The URL template contains a placeholder #SIGNATURE# for the actual signature.