Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You need to grant external auditors access to sensitive files for a limited time period of 4 hours only, ensuring the files are inaccessible thereafter. According to Google best practices, what is the most efficient method to share these files?
A
Store the file in Cloud Storage. Generate a signed URL with 4 hours expiry and share it with the auditors.
B
Host a website on Compute Engine instance and expose the files using Public DNS and share the URL with the auditors. Bring down the instance after 4 hours.
C
Store the file in Cloud Storage. Grant the allUsers access to the file share it with the auditors. Remove allUsers access after 4 hours.
D
Host a website on App Engine instance and expose the files using Public DNS and share the URL with the auditors. Bring down the instance after 4 hours.