An administrator needs to ensure that access to all objects in a Google Cloud Storage bucket is managed strictly through Cloud IAM permissions, completely disabling individual per-object Access Control Lists (ACLs). Which configuration should the administrator apply to the bucket?
- Enable Uniform Bucket-Level Access on the bucket.Answer
- BApply fine-grained per-object Access Control Lists (ACLs) to each stored object.
- CRevoke all IAM permissions inherited from the parent Google Cloud project.
- DAssign the primitive Owner role to individual users directly on specific objects.
Answer
Enable Uniform Bucket-Level Access on the bucket.
Enabling Uniform Bucket-Level Access disables legacy object-level Access Control Lists (ACLs) for the bucket, ensuring that all access to storage objects is evaluated solely through Cloud IAM policies.
Step-by-Step Solution
Key Concept
Uniform Bucket-Level Access (UBLA)
Estimated Time:45s