Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You have a Cloud Storage bucket with two objects. Cloud CDN is enabled on the bucket, and both objects are currently cached. You need to ensure one of the objects is no longer cached and is always served directly from the origin to internet users.
What should you do?
A
Ensure that the object you don't want to be cached anymore is not shared publicly.
B
Create a new storage bucket, and move the object you don't want to be checked anymore inside it. Then edit the bucket setting and enable the private attribute.
C
Add an appropriate lifecycle rule on the storage bucket containing the two objects.
D
Add a Cache-Control entry with value private to the metadata of the object you don't want to be cached anymore. Invalidate all the previously cached copies.