CLOUD-DIGITAL-LEADER · Question #158
A developer in your IT team is cheating a bucket on Cloud Storage. He is receiving an error that the bucket name already exists. He has checked his project and the few other pro-jects in the organizat
The correct answer is C. Bucket names in Cloud storage have to be globally unique. Cloud Storage bucket names must be globally unique across all GCP projects and all GCP customers worldwide - not just within your project or organization. This is because bucket names form part of the public URL (e.g., storage.googleapis.com/bucket-name), so two buckets anywhere
Question
A developer in your IT team is cheating a bucket on Cloud Storage. He is receiving an error that the bucket name already exists. He has checked his project and the few other pro-jects in the organization, The name seems to be entirely unique, What would be the issue?
Options
- ABucket names ignore any "." in the name. Look for similar bucket names that have a "." in it.
- BPreviously deleted bucket names in the same project cannot be reused. There must have been
- CBucket names in Cloud storage have to be globally unique
- DBucket name are case insensitive-look for bucket name in your org that have a different
How the community answered
(30 responses)- A7% (2)
- C90% (27)
- D3% (1)
Explanation
Cloud Storage bucket names must be globally unique across all GCP projects and all GCP customers worldwide - not just within your project or organization. This is because bucket names form part of the public URL (e.g., storage.googleapis.com/bucket-name), so two buckets anywhere in GCP cannot share a name. Even if no bucket exists in your project or org with that name, another GCP customer's project may already own it. Option A is incorrect because dots are significant in bucket names. Option B is incorrect - deleted bucket names can be reused by anyone. Option D is incorrect because bucket names are case-sensitive.
Topics
Community Discussion
No community discussion yet for this question.