Roger Gilbrat
Roger Gilbrat

Reputation: 3835

Google Cloud Storage and being charged for files not found

Does anyone know if you are charged for a file request in Google Cloud Storage if the file doesn't exist? In other words, does someone accessing a non-existent file in your bucket count against your requests? Or is that only for files that exists?

Upvotes: 3

Views: 279

Answers (1)

jterrace
jterrace

Reputation: 67073

Customers are not charged for requests that result in a 400-level or 500-level HTTP response.

The only exception is for 404 responses returned for buckets that have Website Configuration enabled with a custom NotFoundPage object.

Upvotes: 3

Related Questions