Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.
gsutil signurl -p 10m
B
Generate a service account and JSON key, then use the gsutil signurl -d 10m command with the JSON key and bucket.
gsutil signurl -d 10m
C
Generate a service account and JSON key, then use the gsutil signurl -t 10m command with the JSON key and bucket.
gsutil signurl -t 10m
D
Generate a service account and JSON key, then use the gsutil signurl -m 10m command with the JSON key and bucket.
gsutil signurl -m 10m