Hello,
We have different GCP projects representing different environments (for simplicity, please consider we have dev & stg environments)
However, when accessing a url of two different "public" buckets (the stg one and dev one) like below, we get two "completely different" responses.
https://storage.googleapis.com/<stg's bucket name>/<one of the folders' name>/
https://storage.googleapis.com/<dev's bucket name>/<one of the folders' name>/
One gets a 200 and the other gets 404 with NoSuchKey error (No such object)
What could be the reason behind this? I'd. appreciate your help
Preconditions:
- Both buckets are set public
- Both buckets' folders and objects structure is identical
- Both buckets dont' have the "hosting static website" setting.