
Ultimate access to all questions.
You need to provide temporary access to files in a Cloud Storage bucket, limiting availability to just 10 minutes. What's the most efficient method to generate a signed URL with these constraints?
A
Generate a service account and JSON key, then use the gsutil signurl -p 10m command with the JSON key and bucket.
B
Generate a service account and JSON key, then use the gsutil signurl -d 10m command with the JSON key and bucket.
C
Generate a service account and JSON key, then use the gsutil signurl -t 10m command with the JSON key and bucket.
D
Generate a service account and JSON key, then use the gsutil signurl -m 10m command with the JSON key and bucket.