I need to explicitly specify a content type for signed URL, but I found Blob.generate_signed_url method does not expect keyword argument for content type.
The function gcloud.credentials.generate_signed_url optionally expects content type. Can we fix this mismatching?