Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your supplier needs to upload a purchase order to a cloud storage bucket within the next 4 hours without having a Google account. Following Google's recommended practices, what should you do?
A
Create a JSON key for the Default Compute Engine Service Account and execute the command gsutil signurl -m PUT -d 4h gs:///**.
gsutil signurl -m PUT -d 4h gs:///**
B
Create a service account with upload permissions to the bucket, a JSON key for it, and execute gsutil signurl -httpMethod PUT -d 4h gs:///**.
gsutil signurl -httpMethod PUT -d 4h gs:///**
C
Create a service account with upload permissions to the bucket, a JSON key for it, and execute gsutil signurl -d 4h gs:///.
gsutil signurl -d 4h gs:///
D
Create a service account with upload permissions to the bucket, a JSON key for it, and execute gsutil signurl -m PUT -d 4h gs:///po.pdf.
gsutil signurl -m PUT -d 4h gs:///po.pdf